Searched refs:fFBFetchSupport (Results 1 – 2 of 2) sorted by relevance
932 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()
422 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport()452 bool fFBFetchSupport : 1; variable