Home
last modified time | relevance | path

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

/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/src/gpu/gl/
DGrGLUtil.h256 GR_GL_CALL_NOERRCHECK(IFACE, X); \
262 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ macro
DGrGLBuffer.cpp19 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
DGrGLGpu.cpp50 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp407 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.cpp275 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
/external/skqp/tests/
DVkHardwareBufferTest.cpp238 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
/external/skia/tests/
DVkHardwareBufferTest.cpp239 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()