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

  /external/deqp/modules/gles31/functional/
es31fNegativeAtomicCounterTests.cpp 68 std::string genShaderSource (NegativeTestContext& ctx, TestCase test, glu::ShaderType type)
164 const glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], genShaderSource(ctx, testCase, s_shaders[ndx])));
es31fShaderMultisampleInterpolationTests.cpp     [all...]
es31fSynchronizationTests.cpp 142 virtual std::string genShaderSource (void) const = 0;
200 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genShaderSource()));
446 std::string genShaderSource (void) const;
455 std::string InvocationBasicCase::genShaderSource (void) const
715 std::string genShaderSource (void) const;
727 std::string InvocationAliasWriteCase::genShaderSource (void) const
    [all...]

Completed in 536 milliseconds