Searched refs:fGetError (Results 1 – 11 of 11) sorted by relevance
158 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fGetError()
13 while (GR_GL_NO_ERROR != gl->fGetError()) {} in GrGLClearErr()
74 NULL == fGetError || in validate()
440 interface->fGetError = nullGLGetError; in GrGLCreateNullInterface()
59 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
57 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
82 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
68 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
192 GLPtr<GrGLGetErrorProc> fGetError; member
92 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
1381 interface->fGetError = debugGLGetError; in SK_DEFINE_INST_COUNT()