Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuCommandBuffer.cpp31 SkASSERT(!this->gpu()->caps()->performStencilClearsAsDraws()); in clearStencilClip()
DGrCaps.h268 bool performStencilClearsAsDraws() const { in performStencilClearsAsDraws() function
DGrRenderTargetOpList.cpp483 !flushState->gpu()->caps()->performStencilClearsAsDraws()); in onExecute()
DGrRenderTargetContext.cpp771 if (this->caps()->performStencilClearsAsDraws()) { in internalStencilClear()
2066 if (this->caps()->performStencilClearsAsDraws()) { in addDrawOp()
/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/gl/
DGrGLGpu.cpp2208 SkASSERT(!this->caps()->performStencilClearsAsDraws()); in clearStencil()
2238 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()