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

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { function in class:EglWindow
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java165 public void makeCurrent() { method in class:EglWindowSurface
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp46 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
H A DSkiaOpenGLPipeline.cpp46 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
50 if (!mEglManager.makeCurrent(mEglSurface, &error)) {
200 mEglManager.makeCurrent(EGL_NO_SURFACE);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp129 makeCurrent(mPBufferSurface);
343 makeCurrent(EGL_NO_SURFACE);
367 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { function in class:android::uirenderer::renderthread::EglManager
407 makeCurrent(surface);
H A DOpenGLPipeline.cpp38 MakeCurrentResult OpenGLPipeline::makeCurrent() { function in class:android::uirenderer::renderthread::OpenGLPipeline
42 bool haveNewSurface = mEglManager.makeCurrent(mEglSurface, &error);
142 mEglManager.makeCurrent(EGL_NO_SURFACE);
H A DCanvasContext.cpp245 bool CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
248 auto result = mRenderPipeline->makeCurrent();
260 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent",
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp90 resultb = makeCurrent(mDummySurface);
134 bool GLHelper::makeCurrent(EGLSurface surface) { function in class:android::GLHelper
154 if (!makeCurrent(mDummySurface)) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp381 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, function in class:android::egl_display_t
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java524 private void makeCurrent(EGLSurface surface) { method in class:SurfaceTextureRenderer
526 checkEglError("makeCurrent");
712 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
786 makeCurrent(holder.eglSurface);
801 makeCurrent(holder.eglSurface);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp202 void makeCurrent() const function in class:Hwc2TestEglManager
253 mEglManager.makeCurrent();
265 mEglManager.makeCurrent();
289 mEglManager.makeCurrent();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp383 bool DisplayDevice::makeCurrent() const { function in class:android::DisplayDevice
/frameworks/native/opengl/libagl/
H A Degl.cpp1222 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1791 if (makeCurrent(gl) == 0) {

Completed in 301 milliseconds