Searched refs:GR_GL_GET_ERROR (Results 1 – 16 of 16) sorted by relevance
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()
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()
408 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()413 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
391 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()396 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)
20 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
283 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() macro
42 uint32_t err = GR_GL_GET_ERROR(gl); in GrGLCheckErr()
51 #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()
278 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()
240 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()