Home
last modified time | relevance | path

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

12

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

12