OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_draw
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.h
78
_EGLSurface **
old_draw
, _EGLSurface **old_read);
eglcontext.c
561
_EGLSurface **
old_draw
, _EGLSurface **old_read)
606
assert(old_ctx &&
old_draw
&& old_read);
608
*
old_draw
= prev_draw;
/external/mesa3d/src/egl/main/
eglcontext.h
78
_EGLSurface **
old_draw
, _EGLSurface **old_read);
eglcontext.c
561
_EGLSurface **
old_draw
, _EGLSurface **old_read)
606
assert(old_ctx &&
old_draw
&& old_read);
608
*
old_draw
= prev_draw;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
494
_EGLSurface *
old_draw
, *old_read;
local
498
if (!_eglBindContext(ctx, draw, read, &old_ctx, &
old_draw
, &old_read))
529
if (_eglPutSurface(
old_draw
))
530
destroy_surface(dpy,
old_draw
);
536
_eglBindContext(old_ctx,
old_draw
, old_read, &ctx, &draw, &read);
545
_eglPutSurface(
old_draw
);
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
494
_EGLSurface *
old_draw
, *old_read;
local
498
if (!_eglBindContext(ctx, draw, read, &old_ctx, &
old_draw
, &old_read))
529
if (_eglPutSurface(
old_draw
))
530
destroy_surface(dpy,
old_draw
);
536
_eglBindContext(old_ctx,
old_draw
, old_read, &ctx, &draw, &read);
545
_eglPutSurface(
old_draw
);
Completed in 329 milliseconds