/frameworks/av/services/camera/virtualcamera/util/ |
D | EglDisplayContext.cc | 86 if (!makeCurrent()) { in EglDisplayContext() 122 bool EglDisplayContext::makeCurrent() { in makeCurrent() function in android::companion::virtualcamera::EglDisplayContext
|
D | EglDisplayContext.h | 42 bool makeCurrent();
|
D | EglUtil.cc | 55 displayContext.makeCurrent(); in getMaximumTextureSize()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 192 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager 309 mEglManager->makeCurrent(); in BufferGenerator() 325 mEglManager->makeCurrent(); in ~BufferGenerator() 344 mEglManager->makeCurrent(); in get()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLPipeline.cpp | 58 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline 70 if (!mEglManager.makeCurrent(mEglSurface, &error)) { in makeCurrent() 230 mEglManager.makeCurrent(EGL_NO_SURFACE); in onStop()
|
D | SkiaCpuPipeline.h | 43 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaCpuPipeline.cpp | 91 MakeCurrentResult SkiaCpuPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaCpuPipeline
|
D | SkiaVulkanPipeline.cpp | 58 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.h | 58 status_t makeCurrent() const;
|
D | FrameOutput.h | 52 mEglWindow.makeCurrent(); in prepareToCopy()
|
D | Overlay.cpp | 143 mEglWindow.makeCurrent(); in setup_l() 300 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/av/services/camera/virtualcamera/tests/ |
D | EglUtilTest.cc | 50 ASSERT_TRUE(mEglDisplayContext.makeCurrent()); in SetUp()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 92 resultb = makeCurrent(mDummySurface); in setUp() 136 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper 156 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
|
D | GLHelper.h | 51 bool makeCurrent(EGLSurface surface);
|
D | Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface); in staticGradient()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 140 makeCurrent(mPBufferSurface, nullptr, /* force */ true); in initialize() 525 makeCurrent(EGL_NO_SURFACE); in destroySurface() 549 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager 589 makeCurrent(surface); in beginFrame()
|
D | EglManager.h | 59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
|
D | IRenderPipeline.h | 51 virtual MakeCurrentResult makeCurrent() = 0;
|
D | DrawFrameTask.cpp | 178 bool canDraw = mContext->makeCurrent(); in syncFrameState()
|
/frameworks/base/libs/hwui/platform/android/pipeline/skia/ |
D | SkiaOpenGLPipeline.h | 38 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.h | 38 renderthread::MakeCurrentResult makeCurrent() override;
|
/frameworks/base/libs/hwui/platform/host/pipeline/skia/ |
D | SkiaGpuPipeline.h | 45 renderthread::MakeCurrentResult makeCurrent() override { in makeCurrent() function
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.h | 74 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read,
|