Home
last modified time | relevance | path

Searched refs:fragmentTemplate (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressTestUtil.cpp102 static const char* const fragmentTemplate = in generateBufferContext() local
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position"); in generateBufferContext()
151 static const char* const fragmentTemplate = in generateTextureContext() local
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position"); in generateTextureContext()
192 static const char* const fragmentTemplate = in generateBufferAndTextureContext() local
230 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate, firstLevelParams).c_str(), "a_position"); in generateBufferAndTextureContext()
315 static const char* const fragmentTemplate = in generateFragmentPointLightContext() local
382 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position${NS}"); in generateFragmentPointLightContext()
523 static const char* const fragmentTemplate = in generateVertexUniformLoopLightContext() local
536 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate) in generateVertexUniformLoopLightContext()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fLightAmountTest.cpp158 tcu::StringTemplate fragmentTemplate(s_fragmentShaderTemplate); in iterate()
166 fragmentShaderSource = fragmentTemplate.specialize(params); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp3984 static const string fragmentTemplate = in getGraphicsShaderCode() local
4071 << StringTemplate(fragmentTemplate).specialize(context.testCodeFragments) in getGraphicsShaderCode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp3982 static const string fragmentTemplate = in getGraphicsShaderCode() local
4069 << StringTemplate(fragmentTemplate).specialize(context.testCodeFragments) in getGraphicsShaderCode()

Completed in 16 milliseconds