Searched refs:makeCurrent (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/cmds/flatland/
H A DGLHelper.h52 bool makeCurrent(EGLSurface surface);
H A DGLHelper.cpp91 resultb = makeCurrent(mDummySurface);
135 bool GLHelper::makeCurrent(EGLSurface surface) { function in class:android::GLHelper
155 if (!makeCurrent(mDummySurface)) {
H A DRenderers.cpp171 result = mGLHelper->makeCurrent(surface);
H A DMain.cpp530 result = mGLHelper->makeCurrent(surface);
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
H A Degl_display.cpp315 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, function in class:android::egl_display_t
H A DeglApi.cpp753 EGLBoolean result = dp->makeCurrent(c, cur_c,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h143 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
H A DDisplayDevice.cpp86 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
266 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in class:DisplayDevice
H A DSurfaceFlinger.cpp601 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1140 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1149 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1254 // Call makeCurrent() on the primary display so we can
1258 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext);
1711 if (!hw->makeCurrent(mEGLDisplay, mEGLContext)) {
1712 ALOGW("DisplayDevice::makeCurrent failed. Aborting surface composition for display %s",
/frameworks/native/opengl/libagl/
H A Degl.cpp1165 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1731 if (makeCurrent(gl) == 0) {

Completed in 2374 milliseconds