Home | History | Annotate | Download | only in gl

Lines Matching refs:GrGLCaps

9 #include "GrGLCaps.h"
18 GrGLCaps::GrGLCaps(const GrContextOptions& contextOptions,
64 void GrGLCaps::init(const GrContextOptions& contextOptions,
71 * Caps specific to GrGLCaps
270 // This must be called after fCoreProfile is set on the GrGLCaps
440 if (GrGLCaps::kES_IMG_MsToTexture_MSFBOType == fMSFBOType) {
442 } else if (GrGLCaps::kNone_MSFBOType != fMSFBOType) {
595 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo) {
717 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
750 bool GrGLCaps::readPixelsSupported(GrPixelConfig rtConfig,
816 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
829 fMSFBOType = GrGLCaps::kES_3_0_MSFBOType;
853 fMSFBOType = GrGLCaps::kDesktop_ARB_MSFBOType;
857 fMSFBOType = GrGLCaps::kDesktop_EXT_MSFBOType;
863 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) {
913 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) {
965 SkString GrGLCaps::dump() const {
1097 void GrGLCaps::initShaderPrecisionTable(const GrGLContextInfo& ctxInfo,
1155 bool GrGLCaps::bgraIsInternalFormat() const {
1159 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
1170 bool GrGLCaps::getCompressedTexImageFormats(GrPixelConfig surfaceConfig,
1179 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
1188 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const {
1196 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
1230 void GrGLCaps::initConfigTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli,
1754 void GrGLCaps::onApplyOptionsOverrides(const GrContextOptions& options) {}