Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp144 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
155 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
161 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
178 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
186 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
196 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
206 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
217 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
226 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
238 (GR_IS_GR_GL_ES(fStandard) && ( in validate()
[all …]
DGrGLCaps.cpp90 } else if (GR_IS_GR_GL_ES(standard) || GR_IS_GR_WEBGL(standard)) { in init()
104 } else if (GR_IS_GR_GL_ES(standard)) { in init()
125 fTextureUsageSupport = GR_IS_GR_GL_ES(standard) && in init()
132 } else if (GR_IS_GR_GL_ES(standard)) { in init()
139 } else if (GR_IS_GR_GL_ES(standard)) { in init()
147 (GR_IS_GR_GL_ES(standard) && version >= GR_GL_VER(3,0)) || in init()
156 if (GR_IS_GR_GL_ES(standard)) { in init()
174 } else if (GR_IS_GR_GL_ES(standard)) { in init()
185 } else if (GR_IS_GR_GL_ES(standard)) { in init()
192 else if (GR_IS_GR_GL_ES(standard)) { in init()
[all …]
DGrGLAssembleInterface.cpp30 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeAssembledInterface()
DGrGLGLSL.cpp49 } else if (GR_IS_GR_GL_ES(gl->fStandard)) { in GrGLGetGLSLGeneration()
DGrGLContext.cpp74 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()
DGrGLUtil.cpp154 } else if (GR_IS_GR_GL_ES(standard)) { in GrGLGetDriverInfo()
DGrGLGpu.cpp575 if (GR_IS_GR_GL_ES(this->glStandard()) && in onResetContext()
2902 } 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()