Searched refs:drawContext (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 930 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs() argument 933 generatePrimitiveIDs(*it, drawContext.primitiveID++); in generatePrimitiveIDs() 1405 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader() argument 1418 primitives[primitiveNdx].primitiveIDIn = drawContext.primitiveID++; in drawWithGeometryShader() 1473 … program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAl… in drawAsPrimitives() argument 1489 …wWithGeometryShader<DrawPrimitiveType>(state, renderTarget, program, inputPrimitives, drawContext); in drawAsPrimitives() 1502 generatePrimitiveIDs(basePrimitives, drawContext); in drawAsPrimitives() 1754 DrawContext drawContext; in drawInstanced() local 1759 drawContext.primitiveID = 0; in drawInstanced() 1796 …nd.renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); brea… in drawInstanced() [all …]
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 218 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
|
D | glsVertexArrayTests.cpp | 720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack() argument 722 , m_ctx (drawContext) in ContextArrayPack()
|
D | glsDrawTest.cpp | 1836 …u::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVe… 1863 …u::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const tcu::UVe… in AttributePack() argument 1866 , m_ctx (drawContext) in AttributePack()
|