Home | History | Annotate | Download | only in gl

Lines Matching refs:check_alloc_error

27     #define CHECK_ALLOC_ERROR(iface)          GR_GL_GET_ERROR(iface)
31 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
527 GrGLenum check_alloc_error(const GrTextureDesc& desc, const GrGLInterface* interface) {
531 return CHECK_ALLOC_ERROR(interface);
679 GrGLenum error = check_alloc_error(desc, this->glInterface());
780 GrGLenum error = check_alloc_error(desc, this->glInterface());
822 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));;
1206 (GR_GL_NO_ERROR == check_alloc_error(rt->desc(), this->glInterface()));
1315 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) {
1348 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) {