Home
last modified time | relevance | path

Searched refs:DrawSurface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c530 _EGLSurface *surf = ctx->DrawSurface; in _eglQueryContextRenderBuffer()
704 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
712 prev_ctx->DrawSurface = NULL; in _eglBindContext()
726 ctx->DrawSurface = draw; in _eglBindContext()
Deglcontext.h54 _EGLSurface *DrawSurface; member
Deglapi.c1169 _EGLSurface *surf = ctx ? ctx->DrawSurface : NULL; in eglSwapInterval()
1204 surf != ctx->DrawSurface) in eglSwapBuffers()
1226 surf != ctx->DrawSurface) in _eglSwapBuffersWithDamageCommon()
1295 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in _eglWaitClientCommon()
1340 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in eglWaitNative()
1391 surf = ctx->DrawSurface; in eglGetCurrentSurface()
1936 surf != ctx->DrawSurface) in eglSwapBuffersRegionNOK()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1502 _EGLSurface *surf = ctx->DrawSurface; in dri2_wait_client()