Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h231 GR_GL_CALL_NOERRCHECK(IFACE, X); \
237 #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)
/external/skqp/src/gpu/gl/
DGrGLUtil.h231 GR_GL_CALL_NOERRCHECK(IFACE, X); \
237 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
DGrGLGpu.cpp48 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp257 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp306 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
/external/skia/tests/
DVkHardwareBufferTest.cpp237 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
/external/skqp/tests/
DVkHardwareBufferTest.cpp237 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()