Home
last modified time | relevance | path

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

12

/frameworks/av/services/camera/virtualcamera/util/
DEglDisplayContext.cc86 if (!makeCurrent()) { in EglDisplayContext()
122 bool EglDisplayContext::makeCurrent() { in makeCurrent() function in android::companion::virtualcamera::EglDisplayContext
DEglDisplayContext.h42 bool makeCurrent();
DEglUtil.cc55 displayContext.makeCurrent(); in getMaximumTextureSize()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp192 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/
DSkiaOpenGLPipeline.cpp58 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()
DSkiaCpuPipeline.h43 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaCpuPipeline.cpp91 MakeCurrentResult SkiaCpuPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaCpuPipeline
DSkiaVulkanPipeline.cpp58 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
/frameworks/av/cmds/screenrecord/
DEglWindow.h58 status_t makeCurrent() const;
DFrameOutput.h52 mEglWindow.makeCurrent(); in prepareToCopy()
DOverlay.cpp143 mEglWindow.makeCurrent(); in setup_l()
300 window.makeCurrent(); in drawInfoPage()
DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
DFrameOutput.cpp51 mEglWindow.makeCurrent(); in createInputSurface()
/frameworks/av/services/camera/virtualcamera/tests/
DEglUtilTest.cc50 ASSERT_TRUE(mEglDisplayContext.makeCurrent()); in SetUp()
/frameworks/native/cmds/flatland/
DGLHelper.cpp92 resultb = makeCurrent(mDummySurface); in setUp()
136 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
156 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
DGLHelper.h51 bool makeCurrent(EGLSurface surface);
DRenderers.cpp171 result = mGLHelper->makeCurrent(surface); in staticGradient()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp140 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()
DEglManager.h59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
DIRenderPipeline.h51 virtual MakeCurrentResult makeCurrent() = 0;
DDrawFrameTask.cpp178 bool canDraw = mContext->makeCurrent(); in syncFrameState()
/frameworks/base/libs/hwui/platform/android/pipeline/skia/
DSkiaOpenGLPipeline.h38 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaVulkanPipeline.h38 renderthread::MakeCurrentResult makeCurrent() override;
/frameworks/base/libs/hwui/platform/host/pipeline/skia/
DSkiaGpuPipeline.h45 renderthread::MakeCurrentResult makeCurrent() override { in makeCurrent() function
/frameworks/native/opengl/libs/EGL/
Degl_display.h74 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read,

12