Home
last modified time | relevance | path

Searched refs:RENDERBITS_AS_VERTEX_TEXTURE (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp65 { RENDERBITS_AS_VERTEX_TEXTURE, "as_vertex_texture" }, in toTestName()
596 RENDERBITS_AS_VERTEX_TEXTURE, in createTextureBufferTests()
597 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE, in createTextureBufferTests()
598 RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE, in createTextureBufferTests()
599 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE, in createTextureBufferTests()
605 RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE, in createTextureBufferTests()
606 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE, in createTextureBufferTests()
607 RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE, in createTextureBufferTests()
608 RENDERBITS_AS_VERTEX_ARRAY | RENDERBITS_AS_INDEX_ARRAY | RENDERBITS_AS_VERTEX_TEXTURE | RENDERBITS_AS_FRAGMENT_TEXTURE in createTextureBufferTests()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp301 if (renderBits & RENDERBITS_AS_VERTEX_TEXTURE) in generateVertexShaderTemplate()
308 if (renderBits & RENDERBITS_AS_VERTEX_TEXTURE) in generateVertexShaderTemplate()
319 if (renderBits & RENDERBITS_AS_VERTEX_TEXTURE) in generateVertexShaderTemplate()
608 if (renderBits & RENDERBITS_AS_VERTEX_TEXTURE) in renderGL()
642 if (renderBits & RENDERBITS_AS_VERTEX_TEXTURE) in renderGL()
668 const rr::VertexShader* const vertexShader = (renderBits & RENDERBITS_AS_VERTEX_TEXTURE ? static_cast<const rr::VertexShader*>(&textureVertexShader) : &coordVertexShader); in renderReference()
726 { RENDERBITS_AS_VERTEX_TEXTURE, "vertex texture" }, in logRendering()
H A DglsTextureBufferCase.hpp57 RENDERBITS_AS_VERTEX_TEXTURE = (0x1<<2), enumerator

Completed in 3 milliseconds