Searched refs:ctxInfo (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp90 void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { argument
93 if (!ctxInfo.isInitialized()) {
97 GrGLBinding binding = ctxInfo.binding();
98 GrGLVersion version = ctxInfo.version();
119 fRGBA8RenderbufferSupport = ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
120 ctxInfo.hasExtension("GL_ARM_rgba8");
125 ctxInfo.hasExtension("GL_EXT_bgra");
127 if (ctxInfo.hasExtension("GL_APPLE_texture_format_BGRA8888")) {
129 } else if (ctxInfo.hasExtension("GL_EXT_texture_format_BGRA8888")) {
139 ctxInfo
364 initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
437 initStencilFormats(const GrGLContextInfo& ctxInfo) argument
[all...]
H A DGrGLContext.cpp11 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& ctxInfo) { argument
12 fBindingInUse = ctxInfo.fBindingInUse;
13 fGLVersion = ctxInfo.fGLVersion;
14 fGLSLGeneration = ctxInfo.fGLSLGeneration;
15 fVendor = ctxInfo.fVendor;
16 fExtensions = ctxInfo.fExtensions;
17 fIsMesa = ctxInfo.fIsMesa;
18 *fGLCaps = *ctxInfo.fGLCaps.get();
H A DGrGLCaps.h123 * OpenGL context accessible via ctxInfo.
125 void init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface);
323 void initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli);
324 void initStencilFormats(const GrGLContextInfo& ctxInfo);
H A DGrGLContext.h37 GrGLContextInfo& operator= (const GrGLContextInfo& ctxInfo);
H A DGrGLShaderVar.h259 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { argument
267 ctxInfo.glslGeneration()));
270 out->append(PrecisionString(fPrecision, ctxInfo.binding()));
H A DGrGLShaderBuilder.cpp94 GrGLShaderBuilder::GrGLShaderBuilder(const GrGLContextInfo& ctxInfo, argument
104 , fCtxInfo(ctxInfo)
132 GrGLCaps::kNone_FBFetchType == ctxInfo.caps()->fbFetchType()) {
H A DGrGLShaderBuilder.h329 const GrGLContextInfo& ctxInfo() const { return fCtxInfo; } function in class:GrGLShaderBuilder
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp90 void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { argument
93 if (!ctxInfo.isInitialized()) {
97 GrGLBinding binding = ctxInfo.binding();
98 GrGLVersion version = ctxInfo.version();
119 fRGBA8RenderbufferSupport = ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
120 ctxInfo.hasExtension("GL_ARM_rgba8");
125 ctxInfo.hasExtension("GL_EXT_bgra");
127 if (ctxInfo.hasExtension("GL_APPLE_texture_format_BGRA8888")) {
129 } else if (ctxInfo.hasExtension("GL_EXT_texture_format_BGRA8888")) {
139 ctxInfo
364 initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) argument
437 initStencilFormats(const GrGLContextInfo& ctxInfo) argument
[all...]
H A DGrGLContext.cpp11 GrGLContextInfo& GrGLContextInfo::operator= (const GrGLContextInfo& ctxInfo) { argument
12 fBindingInUse = ctxInfo.fBindingInUse;
13 fGLVersion = ctxInfo.fGLVersion;
14 fGLSLGeneration = ctxInfo.fGLSLGeneration;
15 fVendor = ctxInfo.fVendor;
16 fExtensions = ctxInfo.fExtensions;
17 fIsMesa = ctxInfo.fIsMesa;
18 *fGLCaps = *ctxInfo.fGLCaps.get();
H A DGrGLCaps.h123 * OpenGL context accessible via ctxInfo.
125 void init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface);
323 void initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli);
324 void initStencilFormats(const GrGLContextInfo& ctxInfo);
H A DGrGLContext.h37 GrGLContextInfo& operator= (const GrGLContextInfo& ctxInfo);
H A DGrGLShaderVar.h259 void appendDecl(const GrGLContextInfo& ctxInfo, SkString* out) const { argument
267 ctxInfo.glslGeneration()));
270 out->append(PrecisionString(fPrecision, ctxInfo.binding()));
H A DGrGLShaderBuilder.cpp94 GrGLShaderBuilder::GrGLShaderBuilder(const GrGLContextInfo& ctxInfo, argument
104 , fCtxInfo(ctxInfo)
132 GrGLCaps::kNone_FBFetchType == ctxInfo.caps()->fbFetchType()) {
H A DGrGLShaderBuilder.h329 const GrGLContextInfo& ctxInfo() const { return fCtxInfo; } function in class:GrGLShaderBuilder
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomainEffect.cpp73 if (kImagination_GrGLVendor == builder->ctxInfo().vendor()) {
/external/skia/src/gpu/effects/
H A DGrTextureDomainEffect.cpp73 if (kImagination_GrGLVendor == builder->ctxInfo().vendor()) {

Completed in 258 milliseconds