/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLPipeline.cpp | 43 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()
|
D | SkiaVulkanPipeline.h | 31 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaOpenGLPipeline.h | 30 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.cpp | 47 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 122 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()
|
D | OpenGLPipeline.cpp | 39 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()
|
D | EglManager.h | 49 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr);
|
D | IRenderPipeline.h | 51 virtual MakeCurrentResult makeCurrent() = 0;
|
D | OpenGLPipeline.h | 34 MakeCurrentResult makeCurrent() override;
|
D | DrawFrameTask.cpp | 119 bool canDraw = mContext->makeCurrent(); in syncFrameState()
|
D | CanvasContext.h | 131 bool makeCurrent();
|
D | CanvasContext.cpp | 244 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext 247 auto result = mRenderPipeline->makeCurrent(); in makeCurrent()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.h | 58 status_t makeCurrent() const;
|
D | FrameOutput.h | 52 mEglWindow.makeCurrent(); in prepareToCopy()
|
D | Overlay.cpp | 140 mEglWindow.makeCurrent(); in setup_l() 297 window.makeCurrent(); in drawInfoPage()
|
D | EglWindow.cpp | 91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
|
D | FrameOutput.cpp | 51 mEglWindow.makeCurrent(); in createInputSurface()
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestBuffer.cpp | 199 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/ |
D | GLHelper.h | 51 bool makeCurrent(EGLSurface surface);
|
D | GLHelper.cpp | 90 resultb = makeCurrent(mDummySurface); in setUp() 134 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper 154 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
|
D | Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface); in staticGradient()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 524 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/ |
D | egl_display.h | 75 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
|
D | egl_display.cpp | 334 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/ |
D | DisplayDevice.h | 177 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
|