Home
last modified time | relevance | path

Searched refs:vertexShaderTemplate (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1627 std::string vertexShaderTemplate ("${GLSL_VERSION_DECL}\n" in init() local
1737 << glu::VertexSource (specializeShader(m_context, vertexShaderTemplate.c_str())) in init()
1936 std::string vertexShaderTemplate ("${GLSL_VERSION_DECL}\n" in init() local
1994 << glu::VertexSource (specializeShader(m_context, vertexShaderTemplate.c_str())) in init()
2180 std::string vertexShaderTemplate ("${GLSL_VERSION_DECL}\n" in init() local
2224 << glu::VertexSource (specializeShader(m_context, vertexShaderTemplate.c_str())) in init()
2528 std::string vertexShaderTemplate ("${GLSL_VERSION_DECL}\n" in makeSources() local
2589 << glu::VertexSource (specializeShader(m_context, vertexShaderTemplate.c_str())) in makeSources()
2608 std::string vertexShaderTemplate ("${GLSL_VERSION_DECL}\n" in makeSources() local
2678 << glu::VertexSource (specializeShader(m_context, vertexShaderTemplate.c_str())) in makeSources()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcGLSLVectorConstructorTests.cpp232 const string vertexShaderTemplate = variable
436 m_vertexShader = replacePlaceholders(vertexShaderTemplate, m_params, m_glslVersion); in GLSLVectorConstructorTestCase()
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.cpp207 const char* vertexShaderTemplate = selectVertexShader(m_target); in init() local
241 glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderTemplate).specialize(params), in init()
725 const char* vertexShaderTemplate = selectVertexShader(m_target); in init() local
759 glu::makeVtxFragSources(tcu::StringTemplate(vertexShaderTemplate).specialize(params), in init()
DglsTextureBufferCase.cpp384 const string vertexShaderTemplate = generateVertexShaderTemplate(renderBits); in createRenderProgram() local
389 const string vertexShaderSource = specializeShader(vertexShaderTemplate, glslVersion); in createRenderProgram()
DglsAttributeLocationTests.cpp260 const tcu::StringTemplate vertexShaderTemplate(generateVertexShaderTemplate(attributes)); in createVertexShaderSource() local
273 return vertexShaderTemplate.specialize(parameters); in createVertexShaderSource()