Home
last modified time | relevance | path

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

/external/deqp/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()
Des31fGeometryShaderTests.cpp3963 …static std::string s_fragmentSource = std::string(glu::getGLSLVersionDeclaration(glu::getContextTy… in iterate() local
3985 << glu::FragmentSource(s_fragmentSource) in iterate()
3998 << glu::FragmentSource(s_fragmentSource)); in iterate()
4014 static const char* const s_fragSource = s_fragmentSource.c_str(); in iterate()
Des31fPrimitiveBoundingBoxTests.cpp3209 static const char* const s_fragmentSource = "#version 310 es\n" in init() local
3219 …::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource))); in init()
/external/deqp/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()
/external/deqp/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()