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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h58 status_t makeCurrent() const;
H A DFrameOutput.h52 mEglWindow.makeCurrent();
H A DEglWindow.cpp92 status_t EglWindow::makeCurrent() const { function in class:EglWindow
H A DFrameOutput.cpp51 mEglWindow.makeCurrent();
H A DOverlay.cpp141 mEglWindow.makeCurrent();
294 window.makeCurrent();
/frameworks/base/libs/hwui/renderthread/
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);
H A DEglManager.h48 bool makeCurrent(EGLSurface surface);
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 DCanvasContext.h76 void makeCurrent();
H A DDrawFrameTask.cpp126 mContext->makeCurrent();
/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/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/native/opengl/libs/EGL/
H A Degl_display.h88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
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
H A DeglApi.cpp755 EGLBoolean result = dp->makeCurrent(c, cur_c,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h148 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
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
H A DSurfaceFlinger.cpp447 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1159 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1168 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1273 // Call makeCurrent() on the primary display so we can
1277 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext);
1819 if (!hw->makeCurrent(mEGLDisplay, mEGLContext)) {
1820 ALOGW("DisplayDevice::makeCurrent failed. Aborting surface composition for display %s",
1823 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) {
1824 ALOGE("DisplayDevice::makeCurrent on default display failed. Aborting.");
/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 4050 milliseconds