Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp108 static glu::ProgramSources genShaderSources (const vector<UniformInfo>& uniformList);
225 const glu::ProgramSources sources = genShaderSources(uniformList); in run()
254 glu::ProgramSources UniformLocationCase::genShaderSources (const vector<UniformInfo>& uniformList) in genShaderSources() function in deqp::gles31::Functional::__anonac4205910111::UniformLocationCase
Des31fDrawBuffersIndexedTests.cpp950 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& post… in genShaderSources() function
975 …const glu::ShaderProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendSta… in renderQuad()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSo… in genShaderSources() function
426genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size require… in createVertexCaptureProgram()