Searched refs:fGetError (Results 1 – 13 of 13) sorted by relevance
378 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()395 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()400 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
381 while (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) {} in eglImageToExternalTexture()397 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()402 if (this->gl()->fFunctions.fGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
1003 GrGLFunction<GrGLGetErrorFn> fGetError; in make_get_error_with_random_oom() member1012 errorContext->fGetError = original; in make_get_error_with_random_oom()1015 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom()1030 copy->fFunctions.fGetError = in MakeGL()1031 make_get_error_with_random_oom(glInterface->fFunctions.fGetError); in MakeGL()
258 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
77 !fFunctions.fGetError || in validate()
90 fFunctions.fGetError = bind_to_member(this, &GrGLTestInterface::getError); in GrGLTestInterface()
42 GrGLenum error = fFunctions.fGetError(); in checkError()127 !fFunctions.fGetError || in validate()
4060 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
155 GrGLFunction<GrGLGetErrorFn> fGetError; member
69 auto error = fContext->gl()->fFunctions.fGetError(); \