Searched refs:DrawSurface (Results 1 – 14 of 14) sorted by relevance
400 _EGLSurface *surf = ctx->DrawSurface; in _eglQueryContextRenderBuffer()580 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()588 prev_ctx->DrawSurface = NULL; in _eglBindContext()602 ctx->DrawSurface = draw; in _eglBindContext()
49 _EGLSurface *DrawSurface; member
672 surf = ctx->DrawSurface; in eglSwapInterval()695 surf != ctx->DrawSurface) in eglSwapBuffers()737 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in eglWaitClient()783 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in eglWaitNative()832 surf = ctx->DrawSurface; in eglGetCurrentSurface()1449 surf != ctx->DrawSurface) in eglSwapBuffersRegionNOK()
571 if (ctx && ctx->DrawSurface == surf) in swap_buffers()648 if (ctx && ctx->DrawSurface == &gsurf->base) { in egl_g3d_copy_buffers()682 if (ctx && ctx->DrawSurface) { in egl_g3d_wait_native()683 struct egl_g3d_surface *gsurf = egl_g3d_surface(ctx->DrawSurface); in egl_g3d_wait_native()
267 if (ctx && ctx->DrawSurface == &dri2_surf->base) in droid_swap_buffers()
616 if (ctx && ctx->DrawSurface == &dri2_surf->base) in dri2_swap_buffers()
959 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->DrawSurface); in dri2_wait_client()