Home
last modified time | relevance | path

Searched refs:fRectangleTextureSupport (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h332 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
415 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp47 fRectangleTextureSupport = false; in GrGLCaps()
203 fRectangleTextureSupport = true; in init()
1148 r.appendf("Rectangle texture support: %s\n", (fRectangleTextureSupport? "YES" : "NO")); in dump()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h335 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
479 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp45 fRectangleTextureSupport = false; in GrGLCaps()
215 fRectangleTextureSupport = true; in init()
1144 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
506 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp44 fRectangleTextureSupport = false; in GrGLCaps()
238 fRectangleTextureSupport = true; in init()
242 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle"); in init()
246 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ANGLE_texture_rectangle") && in init()
1166 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
506 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp44 fRectangleTextureSupport = false; in GrGLCaps()
238 fRectangleTextureSupport = true; in init()
242 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle"); in init()
246 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ANGLE_texture_rectangle") && in init()
1166 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
506 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp44 fRectangleTextureSupport = false; in GrGLCaps()
238 fRectangleTextureSupport = true; in init()
242 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle"); in init()
246 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ANGLE_texture_rectangle") && in init()
1166 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
506 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp44 fRectangleTextureSupport = false; in GrGLCaps()
238 fRectangleTextureSupport = true; in init()
242 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle"); in init()
246 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ANGLE_texture_rectangle") && in init()
1166 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h346 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
538 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp44 fRectangleTextureSupport = false; in GrGLCaps()
237 fRectangleTextureSupport = true; in init()
241 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle"); in init()
245 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ANGLE_texture_rectangle") && in init()
1191 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h340 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport()
547 bool fRectangleTextureSupport : 1; variable
H A DGrGLCaps.cpp46 fRectangleTextureSupport = false; in GrGLCaps()
243 fRectangleTextureSupport = true; in init()
246 fRectangleTextureSupport = ctxInfo.hasExtension("GL_ARB_texture_rectangle") || in init()
1225 writer->appendBool("Rectangle texture support", fRectangleTextureSupport); in onDumpJSON()