HomeSort by relevance Sort by last modified time
    Searched refs:VertexSource (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 133 return ProgramData(glu::ProgramSources() << glu::VertexSource( "#version 300 es\n"
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 127 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource));
es3sSpecialFloatTests.cpp 164 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
230 const char* const vertexSource = "#version 300 es\n"
265 const glu::ShaderProgram patternProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource) << glu::FragmentSource(fragmentSource));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 239 << glu::VertexSource(tcu::StringTemplate(s_vertSrc).specialize(args))
es31fMultisampleTests.cpp 271 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args))
    [all...]
es31fDrawBuffersIndexedTests.cpp 860 glu::VertexSource genVertexSource (glu::RenderContext& renderContext)
864 const char* const vertexSource =
877 return glu::VertexSource(tcu::StringTemplate(vertexSource).specialize(args));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 253 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
    [all...]
vktTessellationUserDefinedIO.cpp 642 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateDSTests.cpp 692 glu::VertexSource(ShaderSourceProvider::getSource(m_testCtx.getArchive(), "vulkan/dynamic_state/VertexFetch.vert"));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 232 std::ostringstream vertexSource;
234 vertexSource <<
247 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
    [all...]
vktPipelinePushConstantTests.cpp 382 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
vktPipelineCacheTests.cpp     [all...]
vktPipelineSpecConstantTests.cpp 308 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
    [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineVertexInputTests.cpp 469 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 860 glu::ProgramSources() << glu::VertexSource(shader->m_vertSrc)
  /external/deqp/modules/egl/
teglRenderTests.cpp 481 return glu::ProgramSources() << glu::VertexSource(s_vertexSrc) << glu::FragmentSource(s_fragmentSrc);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 191 decl << sglr::pdec::VertexSource("attribute highp vec4 a_position;\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktBasicDrawTests.cpp 588 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource);
    [all...]

Completed in 761 milliseconds

1 2 3 45 6 7