Searched refs:errorContext (Results 1 – 1 of 1) sorted by relevance
1095 auto errorContext = new GetErrorContext; in make_get_error_with_random_oom() local1098 __lsan_ignore_object(errorContext); in make_get_error_with_random_oom()1101 errorContext->fGetError = original; in make_get_error_with_random_oom()1103 return GrGLFunction<GrGLGetErrorFn>([errorContext]() { in make_get_error_with_random_oom()1104 GrGLenum error = errorContext->fGetError(); in make_get_error_with_random_oom()1105 if (error == GR_GL_NO_ERROR && (errorContext->fRandom.nextU() % 300) == 0) { in make_get_error_with_random_oom()