Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceFillContext.cpp391 if (scissorState.enabled() && !this->caps()->performColorClearsAsDraws()) { in internalClear()
410 !this->caps()->performColorClearsAsDraws()) { in internalClear()
424 bool clearAsDraw = this->caps()->performColorClearsAsDraws() || in internalClear()
DGrCaps.h371 bool performColorClearsAsDraws() const { return fPerformColorClearsAsDraws; } in performColorClearsAsDraws() function
DGrOpsRenderPass.cpp43 SkASSERT(!this->gpu()->caps()->performColorClearsAsDraws()); in clear()
DGrOpsTask.cpp569 !flushState->gpu()->caps()->performColorClearsAsDraws()); in onExecute()
/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp23 SkASSERT(!this->gpu()->caps()->performColorClearsAsDraws()); in clear()
DGrCaps.h263 bool performColorClearsAsDraws() const { in performColorClearsAsDraws() function
DGrRenderTargetContext.cpp318 !this->caps()->performColorClearsAsDraws()) { in internalClear()
330 if (this->caps()->performColorClearsAsDraws()) { in internalClear()
417 if (fRenderTargetContext->caps()->performColorClearsAsDraws()) { in absClear()
DGrRenderTargetOpList.cpp479 !flushState->gpu()->caps()->performColorClearsAsDraws()); in onExecute()
/external/skia/tests/
DClearTest.cpp246 if (!dContext->priv().caps()->performColorClearsAsDraws() && in clear_op_test()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1366 !this->glCaps().performColorClearsAsDraws()) { in onCreateTexture()
1938 SkASSERT(!this->caps()->performColorClearsAsDraws()); in clear()
1987 SkASSERT(!this->caps()->performColorClearsAsDraws()); in beginCommandBuffer()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2148 SkASSERT(!this->caps()->performColorClearsAsDraws()); in clear()