Searched refs:drawOp (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderTests.cpp | 144 void randomizeDrawOp (de::Random& rnd, DrawPrimitiveOp& drawOp, const bool alphaZeroOrOne) in randomizeDrawOp() argument 160 drawOp.type = (PrimitiveType)rnd.getInt(0, PRIMITIVETYPE_LAST-1); in randomizeDrawOp() 161 drawOp.count = rnd.getInt(minPrimitives, maxPrimitives); in randomizeDrawOp() 162 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1); in randomizeDrawOp() 163 drawOp.depth = (DepthMode)rnd.getInt(0, DEPTHMODE_LAST-1); in randomizeDrawOp() 164 drawOp.stencil = (StencilMode)rnd.getInt(0, STENCILMODE_LAST-1); in randomizeDrawOp() 165 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef); in randomizeDrawOp() 167 if (drawOp.type == PRIMITIVETYPE_TRIANGLE) in randomizeDrawOp() 169 drawOp.positions.resize(drawOp in randomizeDrawOp() 287 toReferenceRenderState(rr::RenderState& state, const DrawPrimitiveOp& drawOp) toReferenceRenderState() argument 565 drawGLES2(const glw::Functions& gl, const Program& program, const DrawPrimitiveOp& drawOp) drawGLES2() argument 644 draw(const glw::Functions& gl, EGLint api, const Program& program, const DrawPrimitiveOp& drawOp) draw() argument 804 const DrawPrimitiveOp& drawOp = drawOps[iterNdx*numContexts*drawsPerCtx + ctxNdx*drawsPerCtx + drawNdx]; executeForContexts() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.cpp | 165 auto drawOp = static_cast<GrDrawOp*>(op.get()); in addAtlasDrawOp() local 166 SkDEBUGCODE(drawOp->fAddDrawOpCalled = true;) in addAtlasDrawOp() 168 auto processorAnalysis = drawOp->finalize(caps, nullptr, in addAtlasDrawOp() 173 drawOp->setClippedBounds(drawOp->bounds()); in addAtlasDrawOp()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1908 GrDrawOp* drawOp = (GrDrawOp*)op.get(); in addDrawOp() local 1910 SkDEBUGCODE(drawOp->fAddDrawOpCalled = true;) in addDrawOp() 1917 const bool opUsesMSAA = drawOp->usesMSAA(); in addDrawOp() 1927 skipDraw = clip->apply(fContext, this, drawOp, aaType, in addDrawOp() 1939 GrProcessorSet::Analysis analysis = drawOp->finalize(*this->caps(), &appliedClip, clampType); in addDrawOp() 1941 const bool opUsesStencil = drawOp->usesStencil(); in addDrawOp() 1976 if (!this->setupDstProxyView(drawOp->bounds(), drawNeedsMSAA, &dstProxyView)) { in addDrawOp()
|
/third_party/skia/src/core/ |
H A D | SkPictureRecord.cpp | 276 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize); in fillRestoreOffsetPlaceholdersForCurrentStackLevel() local 277 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp); in fillRestoreOffsetPlaceholdersForCurrentStackLevel()
|
Completed in 8 milliseconds