Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c633 _EGLSurface *surf = ctx->DrawSurface; in _eglQueryContextRenderBuffer()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
855 ctx->DrawSurface = draw; in _eglBindContext()
Deglcontext.h54 _EGLSurface *DrawSurface; member
Deglapi.c1279 _EGLSurface *surf = ctx ? ctx->DrawSurface : NULL; in eglSwapInterval()
1325 surf != ctx->DrawSurface) in eglSwapBuffers()
1367 surf != ctx->DrawSurface) in _eglSwapBuffersWithDamageCommon()
1449 ctx->DrawSurface != surf || in eglSetDamageRegionKHR()
1506 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in _eglWaitClientCommon()
1549 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) in eglWaitNative()
1599 surf = ctx->DrawSurface; in eglGetCurrentSurface()
2178 surf != ctx->DrawSurface) in eglSwapBuffersRegionNOK()
Deglsurface.c551 ctx->DrawSurface != surface) in _eglQuerySurface()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2105 _EGLSurface *surf = ctx->DrawSurface; in dri2_wait_client()