HomeSort by relevance Sort by last modified time
    Searched refs:performPartialClearsAsDraws (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 25 SkASSERT(!clip.scissorEnabled() || !this->gpu()->caps()->performPartialClearsAsDraws());
GrCaps.h 256 bool performPartialClearsAsDraws() const {
GrRenderTargetContext.cpp 338 if (this->caps()->performPartialClearsAsDraws()) {
339 // performPartialClearsAsDraws() also returns true if any clear has to be a draw.
386 if (fRenderTargetContext->caps()->performPartialClearsAsDraws()) {
    [all...]
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 24 SkASSERT(!clip.scissorEnabled() || !this->gpu()->caps()->performPartialClearsAsDraws());
GrCaps.h 258 bool performPartialClearsAsDraws() const {
GrRenderTargetContext.cpp 342 if (this->caps()->performPartialClearsAsDraws()) {
343 // performPartialClearsAsDraws() also returns true if any clear has to be a draw.
390 if (fRenderTargetContext->caps()->performPartialClearsAsDraws()) {
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 191 milliseconds