Searched defs:genShaderSources (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp108 static glu::ProgramSources genShaderSources (const vector<UniformInfo>& uniformList);
225 const glu::ProgramSources sources = genShaderSources(uniformList);
254 glu::ProgramSources UniformLocationCase::genShaderSources (const vector<UniformInfo>& uniformList) function in class:deqp::gles31::Functional::__anon5486::UniformLocationCase
H A Des31fShaderFramebufferFetchTests.cpp271 virtual glu::ProgramSources genShaderSources (void);
322 m_program = new glu::ShaderProgram(m_context.getRenderContext(), genShaderSources());
370 glu::ProgramSources FramebufferFetchTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::FramebufferFetchTestCase
631 glu::ProgramSources genShaderSources (void);
717 glu::ProgramSources MultipleRenderTargetsTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::MultipleRenderTargetsTestCase
780 glu::ProgramSources genShaderSources (void);
789 glu::ProgramSources LastFragDataTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::LastFragDataTestCase
857 glu::ProgramSources genShaderSources (void);
892 glu::ProgramSources TexelFetchTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::TexelFetchTestCase
957 glu::ProgramSources genShaderSources (voi
966 glu::ProgramSources MultipleAssignmentTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::MultipleAssignmentTestCase
1060 glu::ProgramSources FragmentDiscardTestCase::genShaderSources (void) function in class:deqp::gles31::Functional::__anon5419::FragmentDiscardTestCase
[all...]
H A Des31fDrawBuffersIndexedTests.cpp981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon5338
1006 const glu::ShaderProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext));
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) function in namespace:deqp::gles3::Functional::TransformFeedback
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);

Completed in 962 milliseconds