Searched defs:makeCurrent (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/flatland/
H A DGLHelper.cpp91 resultb = makeCurrent(mDummySurface);
135 bool GLHelper::makeCurrent(EGLSurface surface) { function in class:android::GLHelper
155 if (!makeCurrent(mDummySurface)) {
/frameworks/native/opengl/libs/EGL/
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
/frameworks/native/services/surfaceflinger/
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
/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 174 milliseconds