Searched refs:makeCurrent (Results 1 - 23 of 23) 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.cpp128 makeCurrent(mPBufferSurface);
243 makeCurrent(EGL_NO_SURFACE);
266 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { function in class:android::uirenderer::renderthread::EglManager
304 makeCurrent(surface);
H A DEglManager.h70 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
H A DDrawFrameTask.cpp118 bool canDraw = mContext->makeCurrent();
H A DCanvasContext.h92 bool makeCurrent();
H A DCanvasContext.cpp150 mEglManager.makeCurrent(EGL_NO_SURFACE);
184 bool CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
190 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface, &error);
/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.cpp326 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, function in class:android::egl_display_t
H A DeglApi.cpp782 EGLBoolean result = dp->makeCurrent(c, cur_c,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h173 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
H A DDisplayDevice.cpp131 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
347 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in class:DisplayDevice
H A DSurfaceFlinger_hwc1.cpp514 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1286 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1295 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1405 // Call makeCurrent() on the primary display so we can
1409 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext);
1954 if (!hw->makeCurrent(mEGLDisplay, mEGLContext)) {
1955 ALOGW("DisplayDevice::makeCurrent failed. Aborting surface composition for display %s",
1958 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) {
1959 ALOGE("DisplayDevice::makeCurrent on default display failed. Aborting.");
H A DSurfaceFlinger.cpp489 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1286 displayDevice->makeCurrent(mEGLDisplay, mEGLContext);
1392 // Call makeCurrent() on the primary display so we can
1396 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext);
1938 if (!displayDevice->makeCurrent(mEGLDisplay, mEGLContext)) {
1939 ALOGW("DisplayDevice::makeCurrent failed. Aborting surface composition for display %s",
1942 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) {
1943 ALOGE("DisplayDevice::makeCurrent on default display failed. Aborting.");
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java523 private void makeCurrent(EGLSurface surface) { method in class:SurfaceTextureRenderer
525 checkEglError("makeCurrent");
671 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
745 makeCurrent(holder.eglSurface);
760 makeCurrent(holder.eglSurface);
/frameworks/native/opengl/libagl/
H A Degl.cpp1192 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1759 if (makeCurrent(gl) == 0) {

Completed in 4655 milliseconds