Home
last modified time | relevance | path

Searched refs:GR_GL_NO_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.cpp14 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {} in GrGLClearErr()
20 case GR_GL_NO_ERROR: in get_error_string()
41 if (GR_GL_NO_ERROR != err) { in GrGLCheckErr()
DGrGLBuffer.cpp22 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
104 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
DGrGLGpu.cpp49 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
880 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_uncompressed_texture()
916 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_uncompressed_texture()
937 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_uncompressed_texture()
979 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()
1028 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_compressed_texture()
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()
1802 SkASSERT(GR_GL_NO_ERROR == check_alloc_error(rt->desc(), this->glInterface())); in createStencilAttachmentForRenderTarget()
DGrGLDefines.h173 #define GR_GL_NO_ERROR 0 macro
DGrGLCreateNullInterface.cpp458 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
DGrGLTestInterface.h88 virtual GrGLenum getError() { return GR_GL_NO_ERROR; } in getError()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp209 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
214 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp250 if (glGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
255 if (glGetError() != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp579 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()