Home
last modified time | relevance | path

Searched refs:GR_GL_CALL_NOERRCHECK (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLUtil.h249 GR_GL_CALL_NOERRCHECK(IFACE, X); \
255 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
DGrGLGpu.cpp49 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
/third_party/skia/src/gpu/gl/
DGrGLAttachment.cpp22 GR_GL_CALL_NOERRCHECK(gpu->glInterface(), call); \
DGrGLUtil.h350 GR_GL_CALL_NOERRCHECK(IFACE, X); \
356 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
DGrGLBuffer.cpp26 GR_GL_CALL_NOERRCHECK(this->glGpu()->glInterface(), call); \
DGrGLGpu.cpp56 GR_GL_CALL_NOERRCHECK(this->glInterface(), call); \
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp270 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp282 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp236 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp279 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
/third_party/flutter/skia/tests/
DVkHardwareBufferTest.cpp238 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp240 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()