Searched refs:drawOps (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 382 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, co… in renderReference() argument 425 …for (vector<DrawPrimitiveOp>::const_iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); dr… in renderReference() 716 vector<DrawPrimitiveOp> drawOps; in executeForContexts() local 728 drawOps.resize(numContexts*drawsPerCtx*numIters); in executeForContexts() 729 for (vector<DrawPrimitiveOp>::iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); ++drawOp) in executeForContexts() 767 …const DrawPrimitiveOp& drawOp = drawOps[iterNdx*numContexts*drawsPerCtx + ctxNdx*drawsPerCtx + dra… in executeForContexts() 789 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts() 823 : drawOps (DE_NULL) in DrawOpPacket() 828 const DrawPrimitiveOp* drawOps; member 861 draw(m_gl, m_api, m_program, packetIter->drawOps[ndx]); in run() [all …]
|