Searched refs:CHECK_ALLOC_ERROR (Results 1 – 2 of 2) sorted by relevance
18 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface) macro22 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR macro104 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
45 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface) macro49 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR macro832 return CHECK_ALLOC_ERROR(interface); in check_alloc_error()1359 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface())); in renderbuffer_storage_msaa()1665 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()1696 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()