Home
last modified time | relevance | path

Searched defs:makeCurrent (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/services/camera/virtualcamera/util/
DEglDisplayContext.cc122 bool EglDisplayContext::makeCurrent() { in makeCurrent() function in android::companion::virtualcamera::EglDisplayContext
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
/frameworks/base/libs/hwui/pipeline/skia/
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
DSkiaOpenGLPipeline.cpp58 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
/frameworks/base/libs/hwui/platform/host/pipeline/skia/
DSkiaGpuPipeline.h45 renderthread::MakeCurrentResult makeCurrent() override { in makeCurrent() function
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp192 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager
/frameworks/native/cmds/flatland/
DGLHelper.cpp136 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp500 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, in makeCurrent() function in android::egl_display_t
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp549 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
DCanvasContext.cpp350 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext