Lines Matching refs:GrGLCaps

18 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions,  in GrGLCaps()  function in GrGLCaps
64 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
440 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in init()
442 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in init()
595 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo) { in initGLSL()
717 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport()
750 bool GrGLCaps::readPixelsSupported(GrPixelConfig rtConfig, in readPixelsSupported()
816 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport()
829 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType; in initFSAASupport()
853 fMSFBOType = GrGLCaps::kDesktop_ARB_MSFBOType; in initFSAASupport()
857 fMSFBOType = GrGLCaps::kDesktop_EXT_MSFBOType; in initFSAASupport()
863 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport()
913 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats()
965 SkString GrGLCaps::dump() const { in dump()
1097 void GrGLCaps::initShaderPrecisionTable(const GrGLContextInfo& ctxInfo, in initShaderPrecisionTable()
1155 bool GrGLCaps::bgraIsInternalFormat() const { in bgraIsInternalFormat()
1159 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats()
1170 bool GrGLCaps::getCompressedTexImageFormats(GrPixelConfig surfaceConfig, in getCompressedTexImageFormats()
1179 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat()
1188 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat()
1196 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat()
1230 void GrGLCaps::initConfigTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initConfigTable()
1754 void GrGLCaps::onApplyOptionsOverrides(const GrContextOptions& options) {} in onApplyOptionsOverrides()