Searched refs:GR_GL_NO_ERROR (Results 1 – 22 of 22) sorted by relevance
15 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {} in GrGLClearErr()21 case GR_GL_NO_ERROR: in get_error_string()42 if (GR_GL_NO_ERROR != err) { in GrGLCheckErr()
23 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR111 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
53 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR968 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1004 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1025 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1072 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()1127 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()1412 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface())); in renderbuffer_storage_msaa()1689 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()1720 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()1837 SkASSERT(GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())); in createStencilAttachmentForRenderTarget()
173 #define GR_GL_NO_ERROR 0 macro
466 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
91 virtual GrGLenum getError() { return GR_GL_NO_ERROR; } in getError()
23 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR113 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
54 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR1004 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1040 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1061 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()1108 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()1163 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()1447 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface())); in renderbuffer_storage_msaa()1723 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()1754 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()1870 SkASSERT(GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())); in createStencilAttachmentForRenderTarget()
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()
70 if (error != GR_GL_NO_ERROR) { \
260 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
309 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
238 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()