Home
last modified time | relevance | path

Searched refs:performPartialClearsAsDraws (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp44 SkASSERT(!scissor.enabled() || !this->gpu()->caps()->performPartialClearsAsDraws()); in clear()
52 SkASSERT(!scissor.enabled() || !this->gpu()->caps()->performPartialClearsAsDraws()); in clearStencilClip()
DGrCaps.h379 bool performPartialClearsAsDraws() const { in performPartialClearsAsDraws() function
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp221 (scissorState.enabled() && this->caps()->performPartialClearsAsDraws()); in internalClear()
DSurfaceDrawContext.cpp897 (scissorState.enabled() && this->caps()->performPartialClearsAsDraws()); in internalStencilClear()
/third_party/skia/tests/
DClearTest.cpp239 !dContext->priv().caps()->performPartialClearsAsDraws()) { in clear_op_test()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1972 SkASSERT(!scissor.enabled() || !this->caps()->performPartialClearsAsDraws()); in clear()
2092 SkASSERT(!scissor.enabled() || !this->caps()->performPartialClearsAsDraws()); in clearStencilClip()