Lines Matching refs:GrGLCaps
19 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions, in GrGLCaps() function in GrGLCaps
71 void GrGLCaps::init(const GrContextOptions& contextOptions, in init()
721 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo) { in initGLSL()
933 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport()
966 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported()
1048 void GrGLCaps::initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxIn… in initFSAASupport()
1111 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) { in initFSAASupport()
1113 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) { in initFSAASupport()
1126 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport()
1178 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport()
1230 SkString GrGLCaps::dump() const { in dump()
1358 void GrGLCaps::initShaderPrecisionTable(const GrGLContextInfo& ctxInfo, in initShaderPrecisionTable()
1417 bool GrGLCaps::bgraIsInternalFormat() const { in bgraIsInternalFormat()
1421 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats()
1432 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat()
1441 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat()
1446 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat()
1477 void GrGLCaps::initConfigTable(const GrContextOptions& contextOptions, in initConfigTable()
2173 bool GrGLCaps::initDescForDstCopy(const GrRenderTargetProxy* src, GrSurfaceDesc* desc, in initDescForDstCopy()
2261 void GrGLCaps::onApplyOptionsOverrides(const GrContextOptions& options) { in onApplyOptionsOverrides()
2275 int GrGLCaps::getSampleCount(int requestedCount, GrPixelConfig config) const { in getSampleCount()