Searched defs:makeCurrent (Results 1 - 12 of 12) sorted by last modified time

/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/libagl/
H A Degl.cpp1202 static int makeCurrent(ogles_context_t* gl) function in namespace:android
1772 if (makeCurrent(gl) == 0) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp334 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, function in class:android::egl_display_t
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp150 // * In makeCurrent(), using eglSwapInterval. Some EGL drivers set the
366 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { function in class:DisplayDevice
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp199 void makeCurrent() const function in class:Hwc2TestEglManager
250 mEglManager.makeCurrent();
262 mEglManager.makeCurrent();
286 mEglManager.makeCurrent();
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp43 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
47 if (!mEglManager.makeCurrent(mEglSurface, &error)) {
154 mEglManager.makeCurrent(EGL_NO_SURFACE);
H A DSkiaVulkanPipeline.cpp47 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp244 bool CanvasContext::makeCurrent() { function in class:android::uirenderer::renderthread::CanvasContext
247 auto result = mRenderPipeline->makeCurrent();
259 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent",
H A DEglManager.cpp122 makeCurrent(mPBufferSurface);
240 makeCurrent(EGL_NO_SURFACE);
264 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut) { function in class:android::uirenderer::renderthread::EglManager
305 makeCurrent(surface);
H A DOpenGLPipeline.cpp39 MakeCurrentResult OpenGLPipeline::makeCurrent() { function in class:android::uirenderer::renderthread::OpenGLPipeline
43 bool haveNewSurface = mEglManager.makeCurrent(mEglSurface, &error);
145 mEglManager.makeCurrent(EGL_NO_SURFACE);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java524 private void makeCurrent(EGLSurface surface) { method in class:SurfaceTextureRenderer
526 checkEglError("makeCurrent");
694 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface :
768 makeCurrent(holder.eglSurface);
783 makeCurrent(holder.eglSurface);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp91 status_t EglWindow::makeCurrent() const { function in class:EglWindow

Completed in 1006 milliseconds