Home
last modified time | relevance | path

Searched refs:GR_GL_GET_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp276 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
281 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp312 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
317 if (GR_GL_GET_ERROR(this->gl()) != GR_GL_NO_ERROR) { in eglImageToExternalTexture()
/external/skqp/src/gpu/gl/
DGrGLUtil.h258 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError() macro
DGrGLBuffer.cpp19 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
DGrGLUtil.cpp41 uint32_t err = GR_GL_GET_ERROR(gl); in GrGLCheckErr()
DGrGLGpu.cpp49 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp260 if (GR_GL_GET_ERROR(this->gpu()->glInterface()) == GR_GL_NO_ERROR) { in finalize()
/external/skqp/tests/
DVkHardwareBufferTest.cpp239 if (GR_GL_GET_ERROR(fGLCtx->gl()) != GR_GL_NO_ERROR) { in importHardwareBuffer()