Searched refs:_eglBindContext (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
H A Deglcontext.c559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function
/external/mesa3d/src/egl/main/
H A Deglcontext.h76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
H A Deglcontext.c559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, function
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
792 /* undo the previous _eglBindContext */
793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
535 /* undo the previous _eglBindContext */
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
792 /* undo the previous _eglBindContext */
793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
535 /* undo the previous _eglBindContext */
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.c899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
926 /* undo the previous _eglBindContext */
927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
926 /* undo the previous _eglBindContext */
927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);

Completed in 195 milliseconds