Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp24 SkASSERT(!clip.scissorEnabled() || !this->gpu()->caps()->performPartialClearsAsDraws()); in clear()
DGrCaps.h258 bool performPartialClearsAsDraws() const { in performPartialClearsAsDraws() function
DGrRenderTargetContext.cpp342 if (this->caps()->performPartialClearsAsDraws()) { in internalClear()
390 if (fRenderTargetContext->caps()->performPartialClearsAsDraws()) { in absClear()
/external/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.h366 bool performPartialClearsAsDraws() const { in performPartialClearsAsDraws() function
DGrSurfaceFillContext.cpp425 (scissorState.enabled() && this->caps()->performPartialClearsAsDraws()); in internalClear()
DGrSurfaceDrawContext.cpp898 (scissorState.enabled() && this->caps()->performPartialClearsAsDraws()); in internalStencilClear()
/external/skia/tests/
DClearTest.cpp248 !dContext->priv().caps()->performPartialClearsAsDraws()) { in clear_op_test()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1939 SkASSERT(!scissor.enabled() || !this->caps()->performPartialClearsAsDraws()); in clear()
2061 SkASSERT(!scissor.enabled() || !this->caps()->performPartialClearsAsDraws()); in clearStencilClip()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2149 SkASSERT(!clip.scissorEnabled() || !this->caps()->performPartialClearsAsDraws()); in clear()