Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1787 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
2113 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
2371 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
2730 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in makeSources() local
2820 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in makeSources() local
2920 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in makeSources() local
3019 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
3228 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
3499 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
3720 std::string vertexShaderTemplate("${GLSL_VERSION_DECL}\n" in init() local
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp201 const char *vertexShaderTemplate = selectVertexShader(m_target); in init() local
722 const char *vertexShaderTemplate = selectVertexShader(m_target); in init() local
H A DglsTextureBufferCase.cpp379 const string vertexShaderTemplate = generateVertexShaderTemplate(renderBits); in createRenderProgram() local
H A DglsAttributeLocationTests.cpp257 const tcu::StringTemplate vertexShaderTemplate(generateVertexShaderTemplate(attributes)); in createVertexShaderSource() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp236 const string vertexShaderTemplate = "${GLSL_VERSION}\n" variable