Home
last modified time | relevance | path

Searched refs:GrGLCaps (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUniformHandler.h15 class GrGLCaps; variable
44 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps);
47 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps);
DGrGLContext.h34 const GrGLCaps* caps() const { return fGLCaps.get(); } in caps()
35 GrGLCaps* caps() { return fGLCaps; } in caps()
63 SkAutoTUnref<GrGLCaps> fGLCaps;
DGrGLCaps.cpp18 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()
[all …]
DGrGLUniformHandler.cpp64 void GrGLUniformHandler::bindUniformLocations(GrGLuint programID, const GrGLCaps& caps) { in bindUniformLocations()
74 void GrGLUniformHandler::getUniformLocations(GrGLuint programID, const GrGLCaps& caps) { in getUniformLocations()
DGrGLGpu.cpp1123 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbuffer_storage_msaa()
1125 case GrGLCaps::kDesktop_ARB_MSFBOType: in renderbuffer_storage_msaa()
1126 case GrGLCaps::kDesktop_EXT_MSFBOType: in renderbuffer_storage_msaa()
1127 case GrGLCaps::kMixedSamples_MSFBOType: in renderbuffer_storage_msaa()
1128 case GrGLCaps::kES_3_0_MSFBOType: in renderbuffer_storage_msaa()
1135 case GrGLCaps::kES_Apple_MSFBOType: in renderbuffer_storage_msaa()
1142 case GrGLCaps::kES_EXT_MsToTexture_MSFBOType: in renderbuffer_storage_msaa()
1143 case GrGLCaps::kES_IMG_MsToTexture_MSFBOType: in renderbuffer_storage_msaa()
1150 case GrGLCaps::kNone_MSFBOType: in renderbuffer_storage_msaa()
1165 idDesc->fSampleConfig = (GrGLCaps::kMixedSamples_MSFBOType == this->glCaps().msFBOType() && in createRenderTargetObjects()
[all …]
DGrGLCaps.h31 class GrGLCaps : public GrCaps {
119 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo,
DGrGLContext.cpp75 fGLCaps.reset(new GrGLCaps(*args.fContextOptions, *this, fInterface)); in GrGLContextInfo()
DGrGLGpu.h50 const GrGLCaps& glCaps() const { return *fGLContext->caps(); } in glCaps()
/external/skia/src/gpu/glsl/
DGrGLSLCaps.h184 friend class GrGLCaps; // For initialization. variable
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp182 const GrGLCaps& caps = this->gpu()->glCaps(); in bindProgramResourceLocations()
/external/skia/gyp/
Dgpu.gypi318 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
/external/skia/
DAndroid.mk496 src/gpu/gl/GrGLCaps.cpp \