Searched refs:fExternalTextureSupport (Results 1 – 2 of 2) sorted by relevance
328 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()417 bool fExternalTextureSupport : 1; variable
50 fExternalTextureSupport = false; in GrGLCaps()223 fExternalTextureSupport = true; in init()227 fExternalTextureSupport = true; in init()696 if (fExternalTextureSupport) { in initGLSL()1048 r.appendf("External texture support: %s\n", (fExternalTextureSupport ? "YES" : "NO")); in dump()