HomeSort by relevance Sort by last modified time
    Searched refs:FragmentSource (Results 126 - 150 of 151) sorted by null

1 2 3 4 56 7

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 182 tcu::StringTemplate fragmentSource (fragShaderTemplate);
283 programCollection.glslSources.add("fragment_" + std::string(getProgramName(program))) << glu::FragmentSource(fragmentSource.specialize(params));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp     [all...]
vktWsiIncrementalPresentTests.cpp     [all...]
vktWsiSwapchainTests.cpp     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 90 glu::ProgramSources programSources (const string& vertexSource, const string& fragmentSource)
94 sources << glu::VertexSource(vertexSource) << glu::FragmentSource(fragmentSource);
102 Program (const glw::Functions& gl, const char* vertexSource, const char* fragmentSource)
103 : glu::ShaderProgram(gl, programSources(vertexSource, fragmentSource)) {}
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 219 << sglr::pdec::FragmentSource(s_shaderSourceFragment))
    [all...]
es2fRasterizationTests.cpp 168 tcu::StringTemplate fragmentSource (s_shaderFragmentTemplate);
171 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource.specialize(params)) << glu::FragmentSource(fragmentSource.specialize(params)));
    [all...]
es2fClippingTests.cpp 413 << sglr::pdec::FragmentSource(shaderSourceFragment))
    [all...]