HomeSort by relevance Sort by last modified time
    Searched defs:genFragmentSource (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationTests.cpp 200 std::string genFragmentSource (int numTargetSamples) const;
293 std::string SampleQualifierRenderCase::genFragmentSource (int numTargetSamples) const
383 std::string genFragmentSource (int numTargetSamples) const;
501 std::string InterpolateAtSampleRenderCase::genFragmentSource (int numTargetSamples) const
646 std::string genFragmentSource (int numTargetSamples) const;
701 std::string SingleSampleInterpolateAtSampleCase::genFragmentSource (int numTargetSamples) const
838 std::string genFragmentSource (int numTargetSamples) const;
888 std::string CentroidQualifierAtSampleCase::genFragmentSource (int numTargetSamples) const
    [all...]
es31fDrawBuffersIndexedTests.cpp 880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext)
983 return glu::ProgramSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext);
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 756 static std::string genFragmentSource (const glu::RenderContext& ctx);
1020 std::string ContextShaderProgram::genFragmentSource (const glu::RenderContext& ctx)
1134 decl << sglr::pdec::FragmentSource(genFragmentSource(ctx));
    [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 258 milliseconds