Searched defs:drawOp (Results 1 – 4 of 4) sorted by relevance
| /external/deqp/modules/egl/ |
| D | teglRenderTests.cpp | 144 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/ |
| D | AtlasRenderTask.cpp | 167 auto drawOp = static_cast<GrDrawOp*>(op.get()); in addAtlasDrawOp() local
|
| /external/skia/src/core/ |
| D | SkPictureRecord.cpp | 271 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize); in fillRestoreOffsetPlaceholdersForCurrentStackLevel() local
|
| /external/skia/src/gpu/ganesh/ |
| D | SurfaceDrawContext.cpp | 1902 GrDrawOp* drawOp = (GrDrawOp*)op.get(); in addDrawOp() local
|