Home
last modified time | relevance | path

Searched defs:vertexSrc (Results 1 – 17 of 17) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp106 …etamorphicVariant::render (const tcu::PixelBufferAccess& img, const std::string& vertexSrc, const … in render()
159 …rMetamorphicVariant::checkNondet (const tcu::Surface& refImg, const std::string& vertexSrc, const … in checkNondet()
174 std::string vertexSrc = fileContents(m_vertexFilename); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp146 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsQuadTests.cpp103 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsShuffleTests.cpp149 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsVoteTests.cpp163 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsClusteredTests.cpp365 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsArithmeticTests.cpp462 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
DvktSubgroupsPartitionedTests.cpp502 std::ostringstream vertexSrc; in initFrameBufferPrograms() local
/external/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp93 static glu::ProgramSources makeTessPipelineSources (const std::string& vertexSrc, const std::string… in makeTessPipelineSources()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp124 std::ostringstream vertexSrc; in initPrograms() local
DvktPipelineImageTests.cpp110 std::ostringstream vertexSrc; in initPrograms() local
DvktPipelinePushDescriptorTests.cpp640 const string vertexSrc = in initPrograms() local
1778 const string vertexSrc = in initPrograms() local
3059 const string vertexSrc = in initPrograms() local
4109 const string vertexSrc = in initPrograms() local
DvktPipelineSamplerTests.cpp254 std::ostringstream vertexSrc; in initPrograms() local
DvktPipelineDynamicOffsetTests.cpp682 const string vertexSrc = in initPrograms() local
DvktPipelinePushConstantTests.cpp1090 std::ostringstream vertexSrc; in initPrograms() local
DvktPipelineVertexInputTests.cpp602 std::ostringstream vertexSrc; in initPrograms() local
/external/deqp/framework/opengl/
DgluShaderProgram.hpp431 inline ProgramSources makeVtxFragSources (const std::string& vertexSrc, const std::string& fragment… in makeVtxFragSources()