Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c400 _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()
Deglcontext.h49 _EGLSurface *DrawSurface; member
Deglapi.c672 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()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglcontext.c400 _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()
Deglcontext.h49 _EGLSurface *DrawSurface; member
Deglapi.c672 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()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c571 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()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c571 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()
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
Dplatform_android.c267 if (ctx && ctx->DrawSurface == &dri2_surf->base) in droid_swap_buffers()
Dplatform_wayland.c616 if (ctx && ctx->DrawSurface == &dri2_surf->base) in dri2_swap_buffers()
Degl_dri2.c959 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->DrawSurface); in dri2_wait_client()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c267 if (ctx && ctx->DrawSurface == &dri2_surf->base) in droid_swap_buffers()
Dplatform_wayland.c616 if (ctx && ctx->DrawSurface == &dri2_surf->base) in dri2_swap_buffers()
Degl_dri2.c959 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->DrawSurface); in dri2_wait_client()