Home
last modified time | relevance | path

Searched refs:s_fragmentSource (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp63 static const char* const s_fragmentSource = "#version 310 es\n" variable
101 …(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource)); in iterate()
176 sources << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource); in iterate()
240 …(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource)); in iterate()
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp55 static const char* const s_fragmentSource = "#version 310 es\n" variable
553 …u::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource)); in init()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp59 static const char* const s_fragmentSource = "#version 300 es\n" variable
127 …u::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource)); in init()