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

12

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h58 status_t makeCurrent() const;
H A DFrameOutput.h52 mEglWindow.makeCurrent();
H A DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { function in class:EglWindow
H A DFrameOutput.cpp51 mEglWindow.makeCurrent();
H A DOverlay.cpp140 mEglWindow.makeCurrent();
297 window.makeCurrent();
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp43 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
47 if (!mEglManager.makeCurrent(mEglSurface, &error)) {
154 mEglManager.makeCurrent(EGL_NO_SURFACE);
H A DSkiaOpenGLPipeline.h30 renderthread::MakeCurrentResult makeCurrent() override;
H A DSkiaVulkanPipeline.h31 renderthread::MakeCurrentResult makeCurrent() override;
H A DSkiaVulkanPipeline.cpp47 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h49 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
H A DEglManager.cpp122 makeCurrent(mPBufferSurface);
240 makeCurrent(EGL_NO_SURFACE);
264 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { function in class:android::uirenderer::renderthread::EglManager
305 makeCurrent(surface);
H A DIRenderPipeline.h51 virtual MakeCurrentResult makeCurrent() = 0;
H A DOpenGLPipeline.h34 MakeCurrentResult makeCurrent() override;
H A DOpenGLPipeline.cpp39 MakeCurrentResult OpenGLPipeline::makeCurrent() { function in class:android::uirenderer::renderthread::OpenGLPipeline
43 bool haveNewSurface = mEglManager.makeCurrent(mEglSurface, &error);
145 mEglManager.makeCurrent(EGL_NO_SURFACE);
H A DDrawFrameTask.cpp119 bool canDraw = mContext->makeCurrent();
H A DCanvasContext.h131 bool makeCurrent();
H A DCanvasContext.cpp244 bool CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
247 auto result = mRenderPipeline->makeCurrent();
259 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent",
/frameworks/native/cmds/flatland/
H A DGLHelper.h51 bool makeCurrent(EGLSurface surface);
H A DGLHelper.cpp90 resultb = makeCurrent(mDummySurface);
134 bool GLHelper::makeCurrent(EGLSurface surface) { function in class:android::GLHelper
154 if (!makeCurrent(mDummySurface)) {
H A DRenderers.cpp171 result = mGLHelper->makeCurrent(surface);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp199 void makeCurrent() const function in class:Hwc2TestEglManager
250 mEglManager.makeCurrent();
262 mEglManager.makeCurrent();
286 mEglManager.makeCurrent();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h75 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
H A Degl_display.cpp334 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, function in class:android::egl_display_t
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java524 private void makeCurrent(EGLSurface surface) { method in class:SurfaceTextureRenderer
526 checkEglError("makeCurrent");
694 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
768 makeCurrent(holder.eglSurface);
783 makeCurrent(holder.eglSurface);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h177 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;

Completed in 740 milliseconds

12