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.cpp104 makeCurrent(mPBufferSurface);
197 makeCurrent(EGL_NO_SURFACE);
220 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { function in class:android::uirenderer::renderthread::EglManager
244 makeCurrent(surface);
H A DEglManager.h47 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
H A DCanvasContext.cpp90 makeCurrent();
106 makeCurrent();
145 void CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
149 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface, &error);
H A DCanvasContext.h79 void makeCurrent();
H A DDrawFrameTask.cpp116 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");
654 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
721 makeCurrent(holder.eglSurface);
735 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.cpp778 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.cpp111 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
279 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in class:DisplayDevice
H A DSurfaceFlinger.cpp506 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1253 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1262 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext);
1367 // Call makeCurrent() on the primary display so we can
1371 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext);
1920 if (!hw->makeCurrent(mEGLDisplay, mEGLContext)) {
1921 ALOGW("DisplayDevice::makeCurrent failed. Aborting surface composition for display %s",
1924 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) {
1925 ALOGE("DisplayDevice::makeCurrent on default display failed. Aborting.");
/frameworks/native/opengl/libagl/
H A Degl.cpp1192 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1758 if (makeCurrent(gl) == 0) {

Completed in 263 milliseconds