Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DEglWindowSurface.java165 public void makeCurrent() { in makeCurrent() method in EglWindowSurface
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp46 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
DSkiaOpenGLPipeline.cpp46 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp367 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
DOpenGLPipeline.cpp38 MakeCurrentResult OpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::OpenGLPipeline
DCanvasContext.cpp245 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp381 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.cpp134 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java524 private void makeCurrent(EGLSurface surface) { in makeCurrent() method in SurfaceTextureRenderer
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp202 void makeCurrent() const in makeCurrent() function in Hwc2TestEglManager
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp383 bool DisplayDevice::makeCurrent() const { in makeCurrent() function in android::DisplayDevice
/frameworks/native/opengl/libagl/
Degl.cpp1222 static int makeCurrent(ogles_context_t* gl) in makeCurrent() function