Home
last modified time | relevance | path

Searched defs:drawOp (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglRenderTests.cpp144 void randomizeDrawOp (de::Random& rnd, DrawPrimitiveOp& drawOp, const bool alphaZeroOrOne) in randomizeDrawOp()
287 void toReferenceRenderState (rr::RenderState& state, const DrawPrimitiveOp& drawOp) in toReferenceRenderState()
462 …for (vector<DrawPrimitiveOp>::const_iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); dr… in renderReference() local
565 void drawGLES2 (const glw::Functions& gl, const Program& program, const DrawPrimitiveOp& drawOp) in drawGLES2()
644 … draw (const glw::Functions& gl, EGLint api, const Program& program, const DrawPrimitiveOp& drawOp) in draw()
766 for (vector<DrawPrimitiveOp>::iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); ++drawOp) in executeForContexts() local
804 …const DrawPrimitiveOp& drawOp = drawOps[iterNdx*numContexts*drawsPerCtx + ctxNdx*drawsPerCtx + dra… in executeForContexts() local
981 for (vector<DrawPrimitiveOp>::iterator drawOp = drawOps.begin(); drawOp != drawOps.end(); ++drawOp) in executeForContexts() local
/external/skia/src/gpu/ganesh/ops/
DAtlasRenderTask.cpp167 auto drawOp = static_cast<GrDrawOp*>(op.get()); in addAtlasDrawOp() local
/external/skia/src/core/
DSkPictureRecord.cpp271 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize); in fillRestoreOffsetPlaceholdersForCurrentStackLevel() local
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.cpp1902 GrDrawOp* drawOp = (GrDrawOp*)op.get(); in addDrawOp() local