Searched defs:makeCurrent (Results 1 - 8 of 8) sorted by last modified time

/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/libagl/
H A Degl.cpp1165 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1731 if (makeCurrent(gl) == 0) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp340 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.cpp100 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
273 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in class:DisplayDevice
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp91 makeCurrent();
107 makeCurrent();
141 void CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
144 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface);
H A DEglManager.cpp191 makeCurrent(mPBufferSurface);
205 makeCurrent(EGL_NO_SURFACE);
233 bool EglManager::makeCurrent(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
252 makeCurrent(surface);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java516 private void makeCurrent(EGLSurface surface) { method in class:SurfaceTextureRenderer
518 checkEglError("makeCurrent");
656 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
723 makeCurrent(holder.eglSurface);
737 makeCurrent(holder.eglSurface);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp92 status_t EglWindow::makeCurrent() const { function in class:EglWindow

Completed in 121 milliseconds