HomeSort by relevance Sort by last modified time
    Searched refs:genShaderSources (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 271 virtual glu::ProgramSources genShaderSources (void);
322 m_program = new glu::ShaderProgram(m_context.getRenderContext(), genShaderSources());
370 glu::ProgramSources FramebufferFetchTestCase::genShaderSources (void)
631 glu::ProgramSources genShaderSources (void);
717 glu::ProgramSources MultipleRenderTargetsTestCase::genShaderSources (void)
780 glu::ProgramSources genShaderSources (void);
789 glu::ProgramSources LastFragDataTestCase::genShaderSources (void)
857 glu::ProgramSources genShaderSources (void);
892 glu::ProgramSources TexelFetchTestCase::genShaderSources (void)
957 glu::ProgramSources genShaderSources (void)
    [all...]
es31fUniformLocationTests.cpp 108 static glu::ProgramSources genShaderSources (const vector<UniformInfo>& uniformList);
225 const glu::ProgramSources sources = genShaderSources(uniformList);
254 glu::ProgramSources UniformLocationCase::genShaderSources (const vector<UniformInfo>& uniformList)
    [all...]
es31fDrawBuffersIndexedTests.cpp 981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired)
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
    [all...]

Completed in 4790 milliseconds