Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLUtil.cpp15 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()
DGrGLBuffer.cpp23 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
111 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
DGrGLGpu.cpp53 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
968 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()
DGrGLDefines.h173 #define GR_GL_NO_ERROR 0 macro
DGrGLCreateNullInterface.cpp466 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
DGrGLTestInterface.h91 virtual GrGLenum getError() { return GR_GL_NO_ERROR; } in getError()
/external/skia/src/gpu/gl/
DGrGLUtil.cpp15 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()
DGrGLBuffer.cpp23 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
113 if (CHECK_ALLOC_ERROR(gpu->glInterface()) != GR_GL_NO_ERROR) { in GrGLBuffer()
DGrGLGpu.cpp54 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERROR
1004 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()
DGrGLDefines.h173 #define GR_GL_NO_ERROR 0 macro
DGrGLCreateNullInterface.cpp466 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
DGrGLTestInterface.h91 virtual GrGLenum getError() { return GR_GL_NO_ERROR; } in getError()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp312 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()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp276 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()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp312 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()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp276 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()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp70 if (error != GR_GL_NO_ERROR) { \
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp70 if (error != GR_GL_NO_ERROR) { \
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp260 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp309 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
/external/skia/tests/
DVkHardwareBufferTest.cpp238 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp238 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()