Searched refs:GR_GL_CALL_NOERRCHECK (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLUtil.h | 249 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 255 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
|
D | GrGLBuffer.cpp | 18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
|
D | GrGLGpu.cpp | 49 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAttachment.cpp | 22 GR_GL_CALL_NOERRCHECK(gpu->glInterface(), call); \
|
D | GrGLUtil.h | 350 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 356 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
|
D | GrGLBuffer.cpp | 26 GR_GL_CALL_NOERRCHECK(this->glGpu()->glInterface(), call); \
|
D | GrGLGpu.cpp | 56 GR_GL_CALL_NOERRCHECK(this->glInterface(), call); \
|
/third_party/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 270 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
|
/third_party/flutter/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 282 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 236 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 279 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
|
/third_party/flutter/skia/tests/ |
D | VkHardwareBufferTest.cpp | 238 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 240 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
|