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
928 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
964 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
985 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
1271 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface())); in renderbuffer_storage_msaa()
1571 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()
1602 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()
1709 SkASSERT(GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(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/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
928 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
964 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
985 if (error != GR_GL_NO_ERROR) { in allocate_and_populate_texture()
1273 return (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(ctx.interface())); in renderbuffer_storage_msaa()
1567 if (GR_GL_NO_ERROR != CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()
1598 if (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())) { in getCompatibleStencilIndex()
1705 SkASSERT(GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(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/egl/
DCreatePlatformGLTestContext_egl.cpp267 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
272 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp267 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
272 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp310 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
315 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp310 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
315 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp175 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp70 if (error != GR_GL_NO_ERROR) { \
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp70 if (error != GR_GL_NO_ERROR) { \
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp585 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
/external/skqp/tools/gpu/gl/debug/
DDebugGLTestContext.cpp579 GrGLenum getError() override { return GR_GL_NO_ERROR; } in getError()
/external/skqp/tests/
DVkHardwareBufferTest.cpp240 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()