Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c801 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
809 prev_ctx->ReadSurface = NULL; in _eglBindContext()
823 ctx->ReadSurface = read; in _eglBindContext()
Deglcontext.h55 _EGLSurface *ReadSurface; member
Deglapi.c1522 surf = ctx->ReadSurface; in eglGetCurrentSurface()