Searched refs:fGetError (Results 1 – 8 of 8) sorted by relevance
254 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()271 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()276 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
385 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()401 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()406 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
1082 GrGLFunction<GrGLGetErrorFn> fGetError; in make_get_error_with_random_oom() member1091 errorContext->fGetError = original; in make_get_error_with_random_oom()1094 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom()1109 copy->fFunctions.fGetError = in MakeGL()1110 make_get_error_with_random_oom(glInterface->fFunctions.fGetError); in MakeGL()
42 GrGLenum error = fFunctions.fGetError(); in checkError()127 !fFunctions.fGetError || in validate()
4090 GrGLenum error = this->fGLContext->glInterface()->fFunctions.fGetError(); in getErrorAndCheckForOOM()
264 GrGLenum error = fFunctions.fGetError();
221 while (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in importHardwareBuffer()241 if (fGLCtx->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in importHardwareBuffer()247 if (GrGLenum error = fGLCtx->gl()->fFunctions.fGetError(); error != GR_GL_NO_ERROR) { in importHardwareBuffer()
171 GrGLFunction<GrGLGetErrorFn> fGetError; member