Home
last modified time | relevance | path

Searched refs:GR_IS_GR_GL_ES (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp192 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
203 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
212 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
229 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
239 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
249 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
259 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
270 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
279 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
293 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp93 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
107 } else if (GR_IS_GR_GL_ES(standard)) { in init()
128 fTextureUsageSupport = GR_IS_GR_GL_ES(standard) && in init()
135 } else if (GR_IS_GR_GL_ES(standard)) { in init()
142 } else if (GR_IS_GR_GL_ES(standard)) { in init()
150 (GR_IS_GR_GL_ES(standard) && version >= GR_GL_VER(3,0)) || in init()
159 if (GR_IS_GR_GL_ES(standard)) { in init()
177 } else if (GR_IS_GR_GL_ES(standard)) { in init()
188 } else if (GR_IS_GR_GL_ES(standard)) { in init()
195 else if (GR_IS_GR_GL_ES(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp30 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeAssembledInterface()
DGrGLGLSL.cpp46 } else if (GR_IS_GR_GL_ES(info.fStandard)) { in GrGLGetGLSLGeneration()
DGrGLContext.cpp60 if (GR_IS_GR_GL_ES(interface->fStandard) && in Make()
DGrGLExtensions.cpp87 if (GR_IS_GR_GL(standard) || GR_IS_GR_GL_ES(standard)) { in init()
DGrGLGpu.cpp533 if (GR_IS_GR_GL_ES(this->glStandard()) && in onResetContext()
2722 } else if (GR_IS_GR_GL_ES(this->glStandard())) { in bindTexture()
/external/skia/include/gpu/gl/
DGrGLTypes.h30 #define GR_IS_GR_GL_ES(standard) true macro
36 #define GR_IS_GR_GL_ES(standard) false macro
42 #define GR_IS_GR_GL_ES(standard) false macro
48 #define GR_IS_GR_GL_ES(standard) (kGLES_GrGLStandard == standard) macro
/external/skia/src/gpu/gl/win/
DGrGLMakeNativeInterface_win.cpp59 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeNativeInterface()