Home
last modified time | relevance | path

Searched defs:testFormats (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp460 std::vector<GLenum> testFormats = {GL_RGBA8}; in TEST_P() local
827 std::vector<GLenum> testFormats = {{GL_RGBA8, GL_DEPTH_COMPONENT24, GL_DEPTH24_STENCIL8}}; in TEST_P() local
880 std::vector<GLenum> testFormats = {GL_RGBA8}; in TEST_P() local
935 std::vector<GLenum> testFormats = {GL_RGBA8}; in TEST_P() local
969 std::vector<GLenum> testFormats = {GL_RGBA8}; in TEST_P() local
1028 std::vector<GLenum> testFormats = {GL_RGBA8I}; in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTransfer.cpp312 VkFormat testFormats[] = in createTransferQueueImageTests() local
DvktImageSubresourceLayoutTests.cpp680 VkFormat testFormats[] = in createImageSubresourceLayoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTransfer.cpp321 VkFormat testFormats[] = in createTransferQueueImageTests() local
DvktImageSubresourceLayoutTests.cpp815 VkFormat testFormats[] = in createImageSubresourceLayoutTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp1120 const std::vector<FormatName> testFormats = { in createMemoryExternalMemoryHostTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp1120 const std::vector<FormatName> testFormats = { in createMemoryExternalMemoryHostTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp950 const vk::VkFormat testFormats[] = in initYcbcrDimensionsCopyTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferViewAccessTests.cpp1183 VkFormat testFormats[] = in createBufferViewAccessTests() local
DvktApiCopiesAndBlittingTests.cpp9385 const VkFormat testFormats[][2] = in addImageToImageDimensionsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp1104 const vk::VkFormat testFormats[] = in initYcbcrDimensionsCopyTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp1018 …VkFormat testFormats[] = { VK_FORMAT_R8G8B8A8_UNORM, VK_FORMAT_R5G6B5_UNORM_PACK16, VK_FO… in createRenderPassDitheringTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp1016 …VkFormat testFormats[] = { VK_FORMAT_R8G8B8A8_UNORM, VK_FORMAT_R5G6B5_UNORM_PACK16, VK_FO… in createRenderPassDitheringTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp1230 VkFormat testFormats[] = in createBufferViewAccessTests() local
DvktApiCopiesAndBlittingTests.cpp10269 const VkFormat testFormats[][2] = in addImageToImageDimensionsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1366 const vk::VkFormat testFormats[] = in createYCbCrConversionTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1366 const vk::VkFormat testFormats[] = in createYCbCrConversionTests() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3595 void TextureCubeMapArraySamplingTest::testFormats(formatsVectorType& formats, resolutionsVectorType… function in glcts::TextureCubeMapArraySamplingTest