Home
last modified time | relevance | path

Searched refs:getRenderbufferFormat (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h160 bool getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
H A DGrGLCaps.cpp1290 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat() function in GrGLCaps
H A DGrGLGpu.cpp1542 if (!this->glCaps().getRenderbufferFormat(desc.fConfig, &colorRenderbufferFormat)) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h158 bool getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
H A DGrGLCaps.cpp1204 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat() function in GrGLCaps
H A DGrGLGpu.cpp1310 if (!this->glCaps().getRenderbufferFormat(desc.fConfig, &colorRenderbufferFormat)) { in createRenderTargetObjects()