Home
last modified time | relevance | path

Searched refs:fExternalTextureSupport (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
255 bool fExternalTextureSupport : 1; variable
DGrShaderCaps.cpp51 fExternalTextureSupport = false; in GrShaderCaps()
129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrShaderCaps.h76 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
286 bool fExternalTextureSupport : 1; variable
DGrShaderCaps.cpp52 fExternalTextureSupport = false; in GrShaderCaps()
137 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/third_party/skia/src/sksl/
DSkSLUtil.h122 bool fExternalTextureSupport = true; variable
124 return fExternalTextureSupport; in externalTextureSupport()
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h325 result->fExternalTextureSupport = true; in VariousCaps()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp902 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()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp978 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()