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

1 2 3 4 56 7

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 68 glu::VertexSource(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 181 tcu::StringTemplate vertexSource (vertShaderTemplate);
282 programCollection.glslSources.add("vertext_" + std::string(getProgramName(program))) << glu::VertexSource(vertexSource.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 218 << sglr::pdec::VertexSource(s_shaderSourceVertex)
    [all...]
es2fRasterizationTests.cpp 167 tcu::StringTemplate vertexSource (s_shaderVertexTemplate);
171 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource.specialize(params)) << glu::FragmentSource(fragmentSource.specialize(params)));
    [all...]
es2fClippingTests.cpp 412 << sglr::pdec::VertexSource(shaderSourceVertex)
    [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 271 decl << sglr::pdec::VertexSource("#version 300 es\n"
    [all...]
es3fTransformFeedbackTests.cpp 429 << glu::VertexSource(vertSource)
    [all...]
es3fClippingTests.cpp 415 << sglr::pdec::VertexSource(shaderSourceVertex)
    [all...]
es3fRasterizationTests.cpp 202 tcu::StringTemplate vertexSource (s_shaderVertexTemplate);
208 m_shader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexSource.specialize(params)) << glu::FragmentSource(fragmentSource.specialize(params)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 426 std::ostringstream vertexSource;
428 vertexSource <<
450 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
    [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...]
glsDrawTest.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp 122 tcu::StringTemplate vertexSource (s_shaderVertexTemplate);
128 programCollection.glslSources.add("vertext_shader") << glu::VertexSource(vertexSource.specialize(params));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 522 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fTextureBorderClampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]

Completed in 918 milliseconds

1 2 3 4 56 7