Searched refs:fExternalTextureSupport (Results 1 – 4 of 4) sorted by relevance
129 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()283 bool fExternalTextureSupport : 1; variable
66 fExternalTextureSupport = false; in GrShaderCaps()155 r.appendf("External texture support: %s\n", (fExternalTextureSupport ? "YES" : "NO")); in dump()
93 result->fExternalTextureSupport = true; in VariousCaps()
816 shaderCaps->fExternalTextureSupport = true; in initGLSL()820 shaderCaps->fExternalTextureSupport = true; in initGLSL()824 if (shaderCaps->fExternalTextureSupport) { in initGLSL()