Searched refs:DrawSurface (Results 1 – 4 of 4) sorted by relevance
530 _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()
54 _EGLSurface *DrawSurface; member
1169 _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()
1502 _EGLSurface *surf = ctx->DrawSurface; in dri2_wait_client()