Home
last modified time | relevance | path

Searched defs:colorBufferFormat (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp424 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
946 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
DvktMeshShaderSmokeTestsEXT.cpp508 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
798 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
/external/deqp/external/openglcts/modules/common/
DglcApiCoverageTests.cpp2496 GLsizei ApiCoverageTestCase::TestCoverageGLCalcTargetFormats(GLenum colorBufferFormat, GLenum *text… in TestCoverageGLCalcTargetFormats()
2569 GLenum colorBufferFormat, targetFormats[5]; in TestCoverageGLCallCopyTexImage2D() local
2596 GLenum colorBufferFormat, targetFormats[5]; in TestCoverageGLCallCopyTexSubImage2D() local
6213 GLenum colorBufferFormat, targetFormats[5]; in TestCoverageGLCallCopyTexSubImage3D() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp149 const tcu::TextureFormat &colorBufferFormat) in getPixels()