Searched refs:CHECK_ALLOC_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp30 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface) macro
34 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR macro
745 GrGLenum error = CHECK_ALLOC_ERROR(this->glInterface());
832 err = CHECK_ALLOC_ERROR(this->glInterface());
1074 GrGLenum err = CHECK_ALLOC_ERROR(this->glInterface());
1176 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) {
1203 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) {

Completed in 129 milliseconds