Home
last modified time | relevance | path

Searched refs:fDstReadInShaderSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDrawTargetCaps.h70 bool dstReadInShaderSupport() const { return fDstReadInShaderSupport; } in dstReadInShaderSupport()
95 bool fDstReadInShaderSupport : 1; variable
DGrDrawTarget.cpp539 fDstReadInShaderSupport = false; in reset()
549 fDstReadInShaderSupport = other.fDstReadInShaderSupport; in operator =()
591 r.appendf("Dst Read In Shader Support : %s\n", gNY[fDstReadInShaderSupport]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1018 fDstReadInShaderSupport = fFBFetchSupport; in init()