Searched refs:GrGLClearErr (Results 1 – 6 of 6) sorted by relevance
104 void GrGLClearErr(const GrGLInterface* gl);
13 void GrGLClearErr(const GrGLInterface* gl) { in GrGLClearErr() function
24 #define CLEAR_ERROR_BEFORE_ALLOC(iface) GrGLClearErr(iface)126 GrGLClearErr(fGLContext.interface()); in GrGpuGL()