Searched defs:drawOp (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/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
|
| /third_party/skia/src/gpu/ops/ |
| D | AtlasRenderTask.cpp | 165 auto drawOp = static_cast<GrDrawOp*>(op.get()); in addAtlasDrawOp() local
|
| /third_party/skia/src/core/ |
| D | SkPictureRecord.cpp | 276 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize); in fillRestoreOffsetPlaceholdersForCurrentStackLevel() local
|
| /third_party/skia/src/gpu/v1/ |
| D | SurfaceDrawContext.cpp | 1908 GrDrawOp* drawOp = (GrDrawOp*)op.get(); in addDrawOp() local
|