Searched refs:GR_GL_GET_ERROR (Results 1 – 8 of 8) sorted by relevance
276 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()281 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
312 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()317 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
258 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() macro
19 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
41 uint32_t err = GR_GL_GET_ERROR(gl); in GrGLCheckErr()
49 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
260 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
239 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()