Home
last modified time | relevance | path

Searched refs:kMaxTextureSize (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider_test.cc429 IntSize(kMaxTextureSize - 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
433 IntSize(kMaxTextureSize, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
437 IntSize(kMaxTextureSize + 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
448 IntSize(kMaxTextureSize - 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
454 IntSize(kMaxTextureSize, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
460 IntSize(kMaxTextureSize + 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
474 IntSize(kMaxTextureSize - 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
480 IntSize(kMaxTextureSize, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
486 IntSize(kMaxTextureSize + 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
501 IntSize(kMaxTextureSize - 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider_test.cc34 constexpr int kMaxTextureSize = 1024; variable
52 test_gl->set_max_texture_size(kMaxTextureSize); in SetUp()
469 IntSize(kMaxTextureSize - 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
473 IntSize(kMaxTextureSize, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
477 IntSize(kMaxTextureSize + 1, kMaxTextureSize), kLow_SkFilterQuality, in TEST_F()
488 IntSize(kMaxTextureSize - 1, kMaxTextureSize), context_provider_wrapper_, in TEST_F()
494 IntSize(kMaxTextureSize, kMaxTextureSize), context_provider_wrapper_, in TEST_F()
500 IntSize(kMaxTextureSize + 1, kMaxTextureSize), context_provider_wrapper_, in TEST_F()
547 IntSize(kMaxTextureSize - 1, kMaxTextureSize), usage, in TEST_F()
557 IntSize(kMaxTextureSize, kMaxTextureSize), usage, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/common/
H A DConstants.h55 static constexpr uint32_t kMaxTextureSize = 8192u; variable
58 static_assert(1 << (kMaxTexture2DMipLevels - 1) == kMaxTextureSize,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A DConstants.h61 static constexpr uint32_t kMaxTextureSize = 8192u; variable
64 static_assert(1 << (kMaxTexture2DMipLevels - 1) == kMaxTextureSize,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DTextureValidationTests.cpp248 descriptor.size.width = kMaxTextureSize + 1u; in TEST_F()
249 descriptor.size.height = kMaxTextureSize + 1u; in TEST_F()
257 descriptor.size.width = kMaxTextureSize >> 1; in TEST_F()
258 descriptor.size.height = kMaxTextureSize >> 1; in TEST_F()
266 descriptor.size.width = kMaxTextureSize; in TEST_F()
267 descriptor.size.height = kMaxTextureSize; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc62 static const GLint kMaxTextureSize = 32; member in gpu::gles2::TextureManagerTest
136 const GLint TextureManagerTest::kMaxTextureSize; member in gpu::gles2::TextureManagerTest
387 GL_TEXTURE_2D, 0, kMaxTextureSize, kMaxTextureSize, 1)); in TEST_F()
396 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 1)); in TEST_F()
399 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 2)); in TEST_F()
411 GL_TEXTURE_2D_ARRAY, 0, kMaxTextureSize, kMaxTextureSize, in TEST_F()
414 GL_TEXTURE_2D_ARRAY, 1, kMaxTextureSize, kMaxTextureSize, in TEST_F()
417 GL_TEXTURE_2D_ARRAY, 1, kMaxTextureSize / 2, kMaxTextureSize / 2, in TEST_F()
629 static const GLint kMaxTextureSize = 32; member in gpu::gles2::TextureTestBase
2221 TextureManagerTest::kMaxTextureSize, in SetUp()
[all …]
H A Draster_decoder_unittest_base.h191 static const GLint kMaxTextureSize = 2048;
H A Dtest_helper.h47 static const GLint kMaxTextureSize = 2048; variable
H A Draster_decoder_unittest_base.cc379 const GLint RasterDecoderTestBase::kMaxTextureSize; member in gpu::raster::RasterDecoderTestBase
H A Dtest_helper.cc78 const GLint TestHelper::kMaxTextureSize; member in gpu::gles2::TestHelper
399 .WillOnce(SetArgPointee<1>(kMaxTextureSize)) in SetupContextGroupInitExpectations()
H A Dframebuffer_manager_unittest.cc31 const GLint kMaxTextureSize = 64; variable
51 nullptr, feature_info_.get(), kMaxTextureSize, kMaxCubemapSize, in FramebufferManagerTest()
131 nullptr, feature_info_.get(), kMaxTextureSize, kMaxCubemapSize, in FramebufferInfoTestBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc60 static const GLint kMaxTextureSize = 32; member in gpu::gles2::TextureManagerTest
134 const GLint TextureManagerTest::kMaxTextureSize; member in gpu::gles2::TextureManagerTest
385 GL_TEXTURE_2D, 0, kMaxTextureSize, kMaxTextureSize, 1)); in TEST_F()
394 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 1)); in TEST_F()
397 GL_TEXTURE_2D, kMax2dLevels, kMaxTextureSize, 1, 2)); in TEST_F()
409 GL_TEXTURE_2D_ARRAY, 0, kMaxTextureSize, kMaxTextureSize, in TEST_F()
412 GL_TEXTURE_2D_ARRAY, 1, kMaxTextureSize, kMaxTextureSize, in TEST_F()
415 GL_TEXTURE_2D_ARRAY, 1, kMaxTextureSize / 2, kMaxTextureSize / 2, in TEST_F()
627 static const GLint kMaxTextureSize = 32; member in gpu::gles2::TextureTestBase
2181 TextureManagerTest::kMaxTextureSize, in SetUp()
[all …]
H A Draster_decoder_unittest_base.h191 static const GLint kMaxTextureSize = 2048;
H A Dtest_helper.h47 static const GLint kMaxTextureSize = 2048; variable
H A Draster_decoder_unittest_base.cc393 const GLint RasterDecoderTestBase::kMaxTextureSize; member in gpu::raster::RasterDecoderTestBase
H A Dtest_helper.cc78 const GLint TestHelper::kMaxTextureSize; member in gpu::gles2::TestHelper
399 .WillOnce(SetArgPointee<1>(kMaxTextureSize)) in SetupContextGroupInitExpectations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DSwapChainValidationTests.cpp134 desc.width = kMaxTextureSize; in TEST_P()
137 desc.width = kMaxTextureSize + 1; in TEST_P()
144 desc.height = kMaxTextureSize; in TEST_P()
147 desc.height = kMaxTextureSize + 1; in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DSwapChain.cpp92 if (descriptor->width > kMaxTextureSize || descriptor->height > kMaxTextureSize) { in ValidateSwapChainDescriptor()
H A DTexture.cpp149 if (descriptor->size.width > kMaxTextureSize || in ValidateTextureSize()
150 descriptor->size.height > kMaxTextureSize) { in ValidateTextureSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DSwapChain.cpp92 if (descriptor->width > kMaxTextureSize || descriptor->height > kMaxTextureSize) { in ValidateSwapChainDescriptor()
H A DTexture.cpp158 if (descriptor->size.width > kMaxTextureSize || in ValidateTextureSize()
159 descriptor->size.height > kMaxTextureSize) { in ValidateTextureSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dwebgpu_implementation_unittest.cc41 static const GLint kMaxTextureSize = 128; member in gpu::webgpu::WebGPUImplementationTest
H A Draster_implementation_unittest.cc81 static const GLint kMaxTextureSize = 128; member in gpu::raster::RasterImplementationTest
114 capabilities_.max_texture_size = kMaxTextureSize; in Initialize()
335 const GLint RasterImplementationTest::kMaxTextureSize; member in gpu::raster::RasterImplementationTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dwebgpu_implementation_unittest.cc41 static const GLint kMaxTextureSize = 128; member in gpu::webgpu::WebGPUImplementationTest
H A Draster_implementation_unittest.cc81 static const GLint kMaxTextureSize = 128; member in gpu::raster::RasterImplementationTest
114 capabilities_.max_texture_size = kMaxTextureSize; in Initialize()
335 const GLint RasterImplementationTest::kMaxTextureSize; member in gpu::raster::RasterImplementationTest

12