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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 160 FBFetchType fbFetchType() const { return fFBFetchType; }
313 FBFetchType fFBFetchType;
GrGLCaps.cpp 25 fFBFetchType = kNone_FBFetchType;
66 fFBFetchType = caps.fFBFetchType;
241 fFBFetchType = kEXT_FBFetchType;
243 fFBFetchType = kNV_FBFetchType;
312 fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType;
631 r.appendf("FB Fetch Type: %s\n", kFBFetchTypeStr[fFBFetchType]);
  /external/skia/src/gpu/gl/
GrGLCaps.h 160 FBFetchType fbFetchType() const { return fFBFetchType; }
313 FBFetchType fFBFetchType;
GrGLCaps.cpp 25 fFBFetchType = kNone_FBFetchType;
66 fFBFetchType = caps.fFBFetchType;
241 fFBFetchType = kEXT_FBFetchType;
243 fFBFetchType = kNV_FBFetchType;
312 fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType;
631 r.appendf("FB Fetch Type: %s\n", kFBFetchTypeStr[fFBFetchType]);

Completed in 367 milliseconds