Searched refs:GR_IS_GR_GL_ES (Results 1 – 10 of 10) sorted by relevance
144 (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 …]
90 } 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 …]
30 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeAssembledInterface()
49 } else if (GR_IS_GR_GL_ES(gl->fStandard)) { in GrGLGetGLSLGeneration()
74 if (GR_IS_GR_GL_ES(interface->fStandard) && in Make()
87 if (GR_IS_GR_GL(standard) || GR_IS_GR_GL_ES(standard)) { in init()
154 } else if (GR_IS_GR_GL_ES(standard)) { in GrGLGetDriverInfo()
575 if (GR_IS_GR_GL_ES(this->glStandard()) && in onResetContext()2902 } else if (GR_IS_GR_GL_ES(this->glStandard())) { in bindTexture()
30 #define GR_IS_GR_GL_ES(standard) true macro36 #define GR_IS_GR_GL_ES(standard) false macro42 #define GR_IS_GR_GL_ES(standard) false macro48 #define GR_IS_GR_GL_ES(standard) (kGLES_GrGLStandard == standard) macro
59 if (GR_IS_GR_GL_ES(standard)) { in GrGLMakeNativeInterface()