Home
last modified time | relevance | path

Searched refs:ReadSurface (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c581 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
589 prev_ctx->ReadSurface = NULL; in _eglBindContext()
603 ctx->ReadSurface = read; in _eglBindContext()
Deglcontext.h50 _EGLSurface *ReadSurface; member
Deglapi.c835 surf = ctx->ReadSurface; in eglGetCurrentSurface()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglcontext.c581 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
589 prev_ctx->ReadSurface = NULL; in _eglBindContext()
603 ctx->ReadSurface = read; in _eglBindContext()
Deglcontext.h50 _EGLSurface *ReadSurface; member
Deglapi.c835 surf = ctx->ReadSurface; in eglGetCurrentSurface()