Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp54 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
DSkiaOpenGLPipeline.cpp56 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp191 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager
/frameworks/native/opengl/libs/EGL/
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
/frameworks/native/cmds/flatland/
DGLHelper.cpp133 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp394 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
DCanvasContext.cpp247 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java531 private void makeCurrent(EGLSurface surface) in makeCurrent() method in SurfaceTextureRenderer