Home | History | Annotate | Download | only in gl

Lines Matching refs:CHECK_ALLOC_ERROR

50     #define CHECK_ALLOC_ERROR(iface)          GR_GL_GET_ERROR(iface)
54 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
1003 GrGLenum error = CHECK_ALLOC_ERROR(&interface);
1039 GrGLenum error = CHECK_ALLOC_ERROR(&interface);
1060 GrGLenum error = CHECK_ALLOC_ERROR(&interface);
1107 GrGLenum error = CHECK_ALLOC_ERROR(&interface);
1162 GrGLenum error = CHECK_ALLOC_ERROR(&interface);
1447 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface()));
1723 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) {
1754 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) {
1870 SkASSERT(GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface()));