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

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentShaderBuilder.cpp 48 if (caps.fbFetchSupport()) {
96 if (gpu->glCaps().fbFetchSupport()) {
257 if (kNoDstRead_DstReadKey != header.fDstReadKey && !gpu->glCaps().fbFetchSupport()) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 172 bool fbFetchSupport() const { return fFBFetchSupport; }

Completed in 42 milliseconds