Searched refs:fExternalTextureSupport (Results 1 – 8 of 8) sorted by relevance
80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()255 bool fExternalTextureSupport : 1; variable
51 fExternalTextureSupport = false; in GrShaderCaps()129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
76 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()286 bool fExternalTextureSupport : 1; variable
52 fExternalTextureSupport = false; in GrShaderCaps()137 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
122 bool fExternalTextureSupport = true; variable124 return fExternalTextureSupport; in externalTextureSupport()
325 result->fExternalTextureSupport = true; in VariousCaps()
902 shaderCaps->fExternalTextureSupport = true; in initGLSL()907 shaderCaps->fExternalTextureSupport = true; in initGLSL()3493 !shaderCaps->fExternalTextureSupport) { // i.e. Missing the _essl3 extension in applyDriverCorrectnessWorkarounds()3494 shaderCaps->fExternalTextureSupport = true; in applyDriverCorrectnessWorkarounds()
978 shaderCaps->fExternalTextureSupport = true; in initGLSL()983 shaderCaps->fExternalTextureSupport = true; in initGLSL()4052 !shaderCaps->fExternalTextureSupport) { // i.e. Missing the _essl3 extension in applyDriverCorrectnessWorkarounds()4053 shaderCaps->fExternalTextureSupport = true; in applyDriverCorrectnessWorkarounds()