Home
last modified time | relevance | path

Searched refs:performStencilClearsAsDraws (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp30 SkASSERT(!this->gpu()->caps()->performStencilClearsAsDraws()); in clearStencilClip()
DGrCaps.h270 bool performStencilClearsAsDraws() const { in performStencilClearsAsDraws() function
DGrRenderTargetOpList.cpp481 !flushState->gpu()->caps()->performStencilClearsAsDraws()); in onExecute()
DGrRenderTargetContext.cpp775 if (this->caps()->performStencilClearsAsDraws()) { in internalStencilClear()
1958 if (this->caps()->performStencilClearsAsDraws()) { in addDrawOp()
/external/skia/src/gpu/
DGrCaps.h378 bool performStencilClearsAsDraws() const { return fPerformStencilClearsAsDraws; } in performStencilClearsAsDraws() function
DGrOpsRenderPass.cpp51 SkASSERT(!this->gpu()->caps()->performStencilClearsAsDraws()); in clearStencilClip()
DGrOpsTask.cpp592 SkASSERT(!caps.performStencilClearsAsDraws()); in onExecute()
DGrSurfaceDrawContext.cpp877 if (this->caps()->performStencilClearsAsDraws()) { in setNeedsStencil()
897 bool clearWithDraw = this->caps()->performStencilClearsAsDraws() || in internalStencilClear()
/external/skia/tests/
DClearTest.cpp247 !dContext->priv().caps()->performStencilClearsAsDraws() && in clear_op_test()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1993 SkASSERT(!this->caps()->performStencilClearsAsDraws()); in beginCommandBuffer()
2060 SkASSERT(!this->caps()->performStencilClearsAsDraws()); in clearStencilClip()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2177 SkASSERT(!this->caps()->performStencilClearsAsDraws()); in clearStencil()
2207 SkASSERT(!this->caps()->performStencilClearsAsDraws()); in clearStencilClip()