Home
last modified time | relevance | path

Searched refs:fFBFetchSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp932 fFBFetchSupport = false; in reset()
946 fFBFetchSupport = caps.fFBFetchSupport; in operator =()
973 fFBFetchSupport = true; in init()
980 fFBFetchSupport = true; in init()
987 fFBFetchSupport = true; in init()
1018 fDstReadInShaderSupport = fFBFetchSupport; in init()
1068 r.appendf("FB Fetch Support: %s\n", (fFBFetchSupport ? "YES" : "NO")); in dump()
DGrGLCaps.h422 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport()
452 bool fFBFetchSupport : 1; variable