Home
last modified time | relevance | path

Searched refs:makeCurrent (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp128 makeCurrent(mPBufferSurface); in initialize()
243 makeCurrent(EGL_NO_SURFACE); in destroySurface()
266 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
304 makeCurrent(surface); in beginFrame()
DEglManager.h70 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
DDrawFrameTask.cpp118 bool canDraw = mContext->makeCurrent(); in syncFrameState()
DCanvasContext.cpp150 mEglManager.makeCurrent(EGL_NO_SURFACE); in setStopped()
184 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
190 mHaveNewSurface |= mEglManager.makeCurrent(mEglSurface, &error); in makeCurrent()
DCanvasContext.h92 bool makeCurrent();
/frameworks/av/cmds/screenrecord/
DEglWindow.h58 status_t makeCurrent() const;
DFrameOutput.h52 mEglWindow.makeCurrent(); in prepareToCopy()
DOverlay.cpp141 mEglWindow.makeCurrent(); in setup_l()
294 window.makeCurrent(); in drawInfoPage()
DEglWindow.cpp92 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
DFrameOutput.cpp51 mEglWindow.makeCurrent(); in createInputSurface()
/frameworks/native/cmds/flatland/
DGLHelper.cpp91 resultb = makeCurrent(mDummySurface); in setUp()
135 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
155 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
DGLHelper.h52 bool makeCurrent(EGLSurface surface);
DRenderers.cpp171 result = mGLHelper->makeCurrent(surface); in staticGradient()
DMain.cpp530 result = mGLHelper->makeCurrent(surface); in doFrame()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java523 private void makeCurrent(EGLSurface surface) { in makeCurrent() method in SurfaceTextureRenderer
671 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface : in configureSurfaces()
745 makeCurrent(holder.eglSurface); in drawIntoSurfaces()
760 makeCurrent(holder.eglSurface); in drawIntoSurfaces()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h173 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
DSurfaceFlinger_hwc1.cpp514 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in init()
1286 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in postFramebuffer()
1295 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in postFramebuffer()
1409 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()
1954 if (!hw->makeCurrent(mEGLDisplay, mEGLContext)) { in doComposeSurfaces()
1958 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) { in doComposeSurfaces()
DDisplayDevice.cpp347 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in DisplayDevice
DSurfaceFlinger.cpp489 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in init()
1286 displayDevice->makeCurrent(mEGLDisplay, mEGLContext); in postFramebuffer()
1396 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()
1938 if (!displayDevice->makeCurrent(mEGLDisplay, mEGLContext)) { in doComposeSurfaces()
1942 if(!getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext)) { in doComposeSurfaces()
/frameworks/native/opengl/libs/EGL/
Degl_display.h88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
Degl_display.cpp326 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, in makeCurrent() function in android::egl_display_t
DeglApi.cpp782 EGLBoolean result = dp->makeCurrent(c, cur_c, in eglMakeCurrent()
/frameworks/native/opengl/libagl/
Degl.cpp1192 static int makeCurrent(ogles_context_t* gl) in makeCurrent() function
1759 if (makeCurrent(gl) == 0) { in eglMakeCurrent()