/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLPipeline.cpp | 56 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline 60 if (!mEglManager.makeCurrent(mEglSurface, &error)) { in makeCurrent() 164 mEglManager.makeCurrent(EGL_NO_SURFACE); in onStop()
|
D | SkiaOpenGLPipeline.h | 37 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.h | 34 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.cpp | 58 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 191 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager 308 mEglManager->makeCurrent(); in BufferGenerator() 324 mEglManager->makeCurrent(); in ~BufferGenerator() 343 mEglManager->makeCurrent(); in get()
|
/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/cmds/flatland/ |
D | GLHelper.h | 51 bool makeCurrent(EGLSurface surface);
|
D | GLHelper.cpp | 89 resultb = makeCurrent(mDummySurface); in setUp() 133 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper 153 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
|
D | Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface); in staticGradient()
|
D | Main.cpp | 524 result = mGLHelper->makeCurrent(surface); in doFrame()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 135 makeCurrent(mPBufferSurface, nullptr, /* force */ true); in initialize() 428 makeCurrent(EGL_NO_SURFACE); in destroySurface() 452 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager 492 makeCurrent(surface); in beginFrame()
|
D | EglManager.h | 58 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
|
D | IRenderPipeline.h | 50 virtual MakeCurrentResult makeCurrent() = 0;
|
D | CanvasContext.h | 129 bool makeCurrent();
|
D | DrawFrameTask.cpp | 227 bool canDraw = mContext->makeCurrent(); in syncFrameState()
|
D | CanvasContext.cpp | 283 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext 286 auto result = mRenderPipeline->makeCurrent(); in makeCurrent()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.h | 75 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read,
|
D | egl_display.cpp | 490 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, in makeCurrent() function in android::egl_display_t
|
D | egl_platform_entries.cpp | 1022 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()
|