Home
last modified time | relevance | path

Searched refs:makeCurrent (Results 1 – 23 of 23) 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()
164 mEglManager.makeCurrent(EGL_NO_SURFACE); in onStop()
DSkiaOpenGLPipeline.h37 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaVulkanPipeline.h34 renderthread::MakeCurrentResult makeCurrent() override;
DSkiaVulkanPipeline.cpp58 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()
324 mEglManager->makeCurrent(); in ~BufferGenerator()
343 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/native/cmds/flatland/
DGLHelper.h51 bool makeCurrent(EGLSurface surface);
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()
DRenderers.cpp171 result = mGLHelper->makeCurrent(surface); in staticGradient()
DMain.cpp524 result = mGLHelper->makeCurrent(surface); in doFrame()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp135 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()
DEglManager.h58 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
DIRenderPipeline.h50 virtual MakeCurrentResult makeCurrent() = 0;
DCanvasContext.h129 bool makeCurrent();
DDrawFrameTask.cpp227 bool canDraw = mContext->makeCurrent(); in syncFrameState()
DCanvasContext.cpp283 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
286 auto result = mRenderPipeline->makeCurrent(); in makeCurrent()
/frameworks/native/opengl/libs/EGL/
Degl_display.h75 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read,
Degl_display.cpp490 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, in makeCurrent() function in android::egl_display_t
Degl_platform_entries.cpp1022 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()