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

  /external/skia/tests/
ProxyRefTest.cpp 112 caps.discardRenderTargetSupport();
132 caps.discardRenderTargetSupport();
152 caps.discardRenderTargetSupport();
170 caps.discardRenderTargetSupport();
192 caps.discardRenderTargetSupport();
  /external/skia/include/gpu/
GrCaps.h 50 bool discardRenderTargetSupport() const { return fDiscardRenderTargetSupport; }
  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 217 if (this->caps()->discardRenderTargetSupport()) {
GrResourceProvider.cpp 169 if (rt && fGpu->caps()->discardRenderTargetSupport()) {

Completed in 86 milliseconds