Home
last modified time | relevance | path

Searched refs:drawOps (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglRenderTests.cpp419 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, co… in renderReference() argument
462 …for (vector<DrawPrimitiveOp>::const_iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); dr… in renderReference()
753 vector<DrawPrimitiveOp> drawOps; in executeForContexts() local
765 drawOps.resize(numContexts*drawsPerCtx*numIters); in executeForContexts()
766 for (vector<DrawPrimitiveOp>::iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); ++drawOp) in executeForContexts()
804 …const DrawPrimitiveOp& drawOp = drawOps[iterNdx*numContexts*drawsPerCtx + ctxNdx*drawsPerCtx + dra… in executeForContexts()
826 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts()
860 : drawOps (DE_NULL) in DrawOpPacket()
865 const DrawPrimitiveOp* drawOps; member
898 draw(m_gl, m_api, m_program, packetIter->drawOps[ndx]); in run()
[all …]