Searched refs:GR_GL_CALL_NOERRCHECK (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLUtil.h | 231 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 237 #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)
|
/external/skqp/src/gpu/gl/ |
D | GrGLUtil.h | 231 GR_GL_CALL_NOERRCHECK(IFACE, X); \ 237 #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 | 48 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 257 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 306 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 237 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 237 GR_GL_CALL_NOERRCHECK(fGLCtx->gl(), BindTexture(GR_GL_TEXTURE_2D, fTexID)); in importHardwareBuffer()
|