/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 128 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()
|
D | EglManager.h | 70 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
|
D | DrawFrameTask.cpp | 118 bool canDraw = mContext->makeCurrent(); in syncFrameState()
|
D | CanvasContext.cpp | 150 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()
|
D | CanvasContext.h | 92 bool makeCurrent();
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.h | 58 status_t makeCurrent() const;
|
D | FrameOutput.h | 52 mEglWindow.makeCurrent(); in prepareToCopy()
|
D | Overlay.cpp | 141 mEglWindow.makeCurrent(); in setup_l() 294 window.makeCurrent(); in drawInfoPage()
|
D | EglWindow.cpp | 92 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
|
D | FrameOutput.cpp | 51 mEglWindow.makeCurrent(); in createInputSurface()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 91 resultb = makeCurrent(mDummySurface); in setUp() 135 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper 155 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
|
D | GLHelper.h | 52 bool makeCurrent(EGLSurface surface);
|
D | Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface); in staticGradient()
|
D | Main.cpp | 530 result = mGLHelper->makeCurrent(surface); in doFrame()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 523 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/ |
D | DisplayDevice.h | 173 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
|
D | SurfaceFlinger_hwc1.cpp | 514 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()
|
D | DisplayDevice.cpp | 347 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in DisplayDevice
|
D | SurfaceFlinger.cpp | 489 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/ |
D | egl_display.h | 88 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
|
D | egl_display.cpp | 326 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, in makeCurrent() function in android::egl_display_t
|
D | eglApi.cpp | 782 EGLBoolean result = dp->makeCurrent(c, cur_c, in eglMakeCurrent()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1192 static int makeCurrent(ogles_context_t* gl) in makeCurrent() function 1759 if (makeCurrent(gl) == 0) { in eglMakeCurrent()
|