HomeSort by relevance Sort by last modified time
    Searched refs:VertexSource (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
vktPipelineInputAssemblyTests.cpp 232 std::ostringstream vertexSource;
234 vertexSource <<
247 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
    [all...]
vktPipelinePushConstantTests.cpp 305 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
vktPipelineVertexInputTests.cpp 424 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str());
    [all...]
vktPipelineMultisampleTests.cpp 379 std::ostringstream vertexSource;
381 vertexSource <<
403 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
    [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.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...]
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/
es2fTextureUnitTests.cpp 190 decl << sglr::pdec::VertexSource("attribute highp vec4 a_position;\n"
    [all...]
es2fPolygonOffsetTests.cpp 218 << sglr::pdec::VertexSource(s_shaderSourceVertex)
    [all...]
es2fRasterizationTests.cpp 163 tcu::StringTemplate vertexSource (s_shaderVertexTemplate);
167 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource.specialize(params)) << glu::FragmentSource(fragmentSource.specialize(params)));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 272 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 445 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 66 glu::VertexSource(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 591 << sglr::pdec::VertexSource("#version 300 es\n"
    [all...]
es3fPolygonOffsetTests.cpp 221 << sglr::pdec::VertexSource(s_shaderSourceVertex)
    [all...]
es3fTextureUnitTests.cpp 270 decl << sglr::pdec::VertexSource("#version 300 es\n"
    [all...]
es3fTransformFeedbackTests.cpp 429 << glu::VertexSource(vertSource)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 1133 decl << sglr::pdec::VertexSource(genVertexSource(ctx, arrays));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 912 milliseconds

1 2 34 5