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

  /external/skia/src/gpu/
GrGpuCommandBuffer.cpp 24 SkASSERT(!this->gpu()->caps()->performColorClearsAsDraws());
GrCaps.h 255 // return true if performColorClearsAsDraws() returns true.
261 bool performColorClearsAsDraws() const {
GrRenderTargetContext.cpp 314 !this->caps()->performColorClearsAsDraws()) {
326 if (this->caps()->performColorClearsAsDraws()) {
413 if (fRenderTargetContext->caps()->performColorClearsAsDraws()) {
555 // NOTE: we route draws into clear() regardless of performColorClearsAsDraws() since the
    [all...]
GrRenderTargetOpList.cpp 481 !flushState->gpu()->caps()->performColorClearsAsDraws());
  /external/skqp/src/gpu/
GrGpuCommandBuffer.cpp 23 SkASSERT(!this->gpu()->caps()->performColorClearsAsDraws());
GrCaps.h 257 // return true if performColorClearsAsDraws() returns true.
263 bool performColorClearsAsDraws() const {
GrRenderTargetContext.cpp 318 !this->caps()->performColorClearsAsDraws()) {
330 if (this->caps()->performColorClearsAsDraws()) {
417 if (fRenderTargetContext->caps()->performColorClearsAsDraws()) {
559 // NOTE: we route draws into clear() regardless of performColorClearsAsDraws() since the
    [all...]
GrRenderTargetOpList.cpp 479 !flushState->gpu()->caps()->performColorClearsAsDraws());
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 129 milliseconds