/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLPipeline.cpp | 55 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline 59 if (!mEglManager.makeCurrent(mEglSurface, &error)) { in makeCurrent() 155 mEglManager.makeCurrent(EGL_NO_SURFACE); in onStop()
|
D | SkiaOpenGLPipeline.h | 35 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.h | 34 renderthread::MakeCurrentResult makeCurrent() override;
|
D | SkiaVulkanPipeline.cpp | 53 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 187 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager 304 mEglManager->makeCurrent(); in BufferGenerator() 318 mEglManager->makeCurrent(); in ~BufferGenerator() 337 mEglManager->makeCurrent(); in get()
|
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/cpp/ |
D | Renderer.cpp | 53 if (!threadState->makeCurrent(threadState->surface)) { in setWindow() 146 makeCurrent(EGL_NO_SURFACE); in clearSurface() 157 EGLBoolean Renderer::ThreadState::makeCurrent(EGLSurface surface) { in makeCurrent() function in samples::Renderer::ThreadState
|
D | Renderer.h | 73 EGLBoolean makeCurrent(EGLSurface surface);
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
D | Renderer.cpp | 61 if (!state->makeCurrent(state->surface)) { in setWindow() 183 makeCurrent(EGL_NO_SURFACE); in clearSurface() 194 EGLBoolean Renderer::State::makeCurrent(EGLSurface surface) { in makeCurrent() function in samples::Renderer::State
|
D | Renderer.h | 68 EGLBoolean makeCurrent(EGLSurface surface);
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.h | 58 status_t makeCurrent() const;
|
D | FrameOutput.h | 52 mEglWindow.makeCurrent(); in prepareToCopy()
|
D | Overlay.cpp | 140 mEglWindow.makeCurrent(); in setup_l() 297 window.makeCurrent(); in drawInfoPage()
|
D | EglWindow.cpp | 91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
|
D | FrameOutput.cpp | 51 mEglWindow.makeCurrent(); in createInputSurface()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 133 makeCurrent(mPBufferSurface, nullptr, /* force */ true); in initialize() 363 makeCurrent(EGL_NO_SURFACE); in destroySurface() 387 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager 427 makeCurrent(surface); in beginFrame()
|
D | EglManager.h | 59 bool makeCurrent(EGLSurface surface, EGLint* errOut = nullptr, bool force = false);
|
D | IRenderPipeline.h | 59 virtual MakeCurrentResult makeCurrent() = 0;
|
D | DrawFrameTask.cpp | 132 bool canDraw = mContext->makeCurrent(); in syncFrameState()
|
D | CanvasContext.h | 123 bool makeCurrent();
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 90 resultb = makeCurrent(mDummySurface); in setUp() 134 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper 154 if (!makeCurrent(mDummySurface)) { in createSurfaceTexture()
|
D | GLHelper.h | 51 bool makeCurrent(EGLSurface surface);
|
D | Renderers.cpp | 171 result = mGLHelper->makeCurrent(surface); in staticGradient()
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestBuffer.cpp | 202 void makeCurrent() const in makeCurrent() function in Hwc2TestEglManager 253 mEglManager.makeCurrent(); in Hwc2TestFenceGenerator() 265 mEglManager.makeCurrent(); in ~Hwc2TestFenceGenerator() 289 mEglManager.makeCurrent(); in get()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 524 private void makeCurrent(EGLSurface surface) in makeCurrent() method in SurfaceTextureRenderer 726 makeCurrent((mSurfaces.size() > 0) ? mSurfaces.get(0).eglSurface : in configureSurfaces() 804 makeCurrent(holder.eglSurface); in drawIntoSurfaces() 821 makeCurrent(holder.eglSurface); in drawIntoSurfaces()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.h | 79 EGLBoolean makeCurrent(egl_context_t* c, egl_context_t* cur_c,
|