Home
last modified time | relevance | path

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

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLCaps.h67 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
198 bool fExternalTextureSupport : 1; variable
H A DGrGLSLCaps.cpp32 fExternalTextureSupport = false; in GrGLSLCaps()
87 r.appendf("External texture support: %s\n", (fExternalTextureSupport ? "YES" : "NO")); in dump()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrShaderCaps.cpp45 fExternalTextureSupport = false; in GrShaderCaps()
116 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderCaps.h80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
255 bool fExternalTextureSupport : 1; variable
H A DGrShaderCaps.cpp51 fExternalTextureSupport = false; in GrShaderCaps()
129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrShaderCaps.h80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
255 bool fExternalTextureSupport : 1; variable
H A DGrShaderCaps.cpp51 fExternalTextureSupport = false; in GrShaderCaps()
129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrShaderCaps.h80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
255 bool fExternalTextureSupport : 1; variable
H A DGrShaderCaps.cpp51 fExternalTextureSupport = false; in GrShaderCaps()
129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrShaderCaps.h80 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
255 bool fExternalTextureSupport : 1; variable
H A DGrShaderCaps.cpp51 fExternalTextureSupport = false; in GrShaderCaps()
129 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrShaderCaps.h73 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
246 bool fExternalTextureSupport : 1; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrShaderCaps.h77 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
271 bool fExternalTextureSupport : 1; variable
H A DGrShaderCaps.cpp53 fExternalTextureSupport = false; in GrShaderCaps()
136 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrShaderCaps.cpp52 fExternalTextureSupport = false; in GrShaderCaps()
134 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
H A DGrShaderCaps.h76 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
278 bool fExternalTextureSupport : 1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLUtil.h122 bool fExternalTextureSupport = true; variable
124 return fExternalTextureSupport; in externalTextureSupport()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h288 result->fExternalTextureSupport = true;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h325 result->fExternalTextureSupport = true; in VariousCaps()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h325 result->fExternalTextureSupport = true; in VariousCaps()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h325 result->fExternalTextureSupport = true; in VariousCaps()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLUtil.h325 result->fExternalTextureSupport = true; in VariousCaps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLUtil.cpp190 result->fExternalTextureSupport = true; in VariousCaps()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp761 glslCaps->fExternalTextureSupport = true; in initGLSL()
765 glslCaps->fExternalTextureSupport = true; in initGLSL()
769 if (glslCaps->fExternalTextureSupport) { in initGLSL()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.cpp751 shaderCaps->fExternalTextureSupport = true; in initGLSL()
755 shaderCaps->fExternalTextureSupport = true; in initGLSL()
759 if (shaderCaps->fExternalTextureSupport) { in initGLSL()

12