Home
last modified time | relevance | path

Searched refs:performColorClearsAsDraws (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp187 if (scissorState.enabled() && !this->caps()->performColorClearsAsDraws()) { in internalClear()
206 !this->caps()->performColorClearsAsDraws()) { in internalClear()
220 bool clearAsDraw = this->caps()->performColorClearsAsDraws() || in internalClear()
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.cpp76 if (caps.performColorClearsAsDraws() || caps.performStencilClearsAsDraws()) { in onMakeClosed()
DOpsTask.cpp568 !flushState->gpu()->caps()->performColorClearsAsDraws()); in onExecute()
/third_party/skia/src/gpu/
DGrCaps.h384 bool performColorClearsAsDraws() const { return fPerformColorClearsAsDraws; } in performColorClearsAsDraws() function
DGrOpsRenderPass.cpp43 SkASSERT(!this->gpu()->caps()->performColorClearsAsDraws()); in clear()
/third_party/skia/tests/
DClearTest.cpp237 if (!dContext->priv().caps()->performColorClearsAsDraws() && in clear_op_test()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1428 !this->glCaps().performColorClearsAsDraws()) { in onCreateTexture()
1971 SkASSERT(!this->caps()->performColorClearsAsDraws()); in clear()
2020 SkASSERT(!this->caps()->performColorClearsAsDraws()); in beginCommandBuffer()