Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp56 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
60 if (!mEglManager.makeCurrent(mEglSurface, &error)) { in makeCurrent()
156 mEglManager.makeCurrent(EGL_NO_SURFACE); in onStop()
DSkiaOpenGLPipeline.h37 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaVulkanPipeline.h34 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaVulkanPipeline.cpp54 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp191 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager
308 mEglManager->makeCurrent(); in BufferGenerator()
322 mEglManager->makeCurrent(); in ~BufferGenerator()
341 mEglManager->makeCurrent(); in get()
/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/base/libs/hwui/renderthread/
DEglManager.cpp133 makeCurrent(mPBufferSurface, nullptr, /* force */ true); in initialize()
370 makeCurrent(EGL_NO_SURFACE); in destroySurface()
394 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
434 makeCurrent(surface); in beginFrame()
DEglManager.h59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
DIRenderPipeline.h59 virtual MakeCurrentResult makeCurrent() = 0;
DDrawFrameTask.cpp132 bool canDraw = mContext->makeCurrent(); in syncFrameState()
DCanvasContext.h123 bool makeCurrent();
DCanvasContext.cpp247 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
250 auto result = mRenderPipeline->makeCurrent(); in makeCurrent()
/frameworks/native/cmds/flatland/
DGLHelper.cpp89 resultb = makeCurrent(mDummySurface); in setUp()
133 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
153 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
DGLHelper.h51 bool makeCurrent(EGLSurface surface);
DRenderers.cpp171 result = mGLHelper->makeCurrent(surface); in staticGradient()
DMain.cpp524 result = mGLHelper->makeCurrent(surface); in doFrame()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java531 private void makeCurrent(EGLSurface surface) in makeCurrent() method in SurfaceTextureRenderer
740 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface : in configureSurfaces()
818 makeCurrent(holder.eglSurface); in drawIntoSurfaces()
835 makeCurrent(holder.eglSurface); in drawIntoSurfaces()
/frameworks/native/opengl/libs/EGL/
Degl_display.h79 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
Degl_display.cpp492 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, in makeCurrent() function in android::egl_display_t
Degl_platform_entries.cpp1082 EGLBoolean result = dp->makeCurrent(c, cur_c, in eglMakeCurrentImpl()