Searched refs:fragSource (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp51 ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
55 ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc) argument
59 m_fragShaderSource = fragSource;
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) argument
419 fragSource = frag.str();
424 std::string vertSource, fragSource; local
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
430 << glu::FragmentSource(fragSource)
H A Des3fShaderApiTests.cpp460 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); local
471 glShaderSource(fragShader, 1, &fragSource, 0);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp686 void setSources (const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource) argument
729 const char* const fragSourceCstr = fragSource.c_str();
732 m_fragSource = fragSource;
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); local
417 glShaderSource(fragShader, 1, &fragSource, 0);

Completed in 3561 milliseconds