Searched refs:egl2egl (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RenderLibImpl.cpp | 128 bool useSubWindow, bool egl2egl) { in initRenderer() argument 134 if (!res->initialize(width, height, features, useSubWindow, egl2egl)) { in initRenderer()
|
D | RenderWindow.cpp | 86 bool egl2egl; member 153 msg.init.egl2egl); in process() 432 bool egl2egl) in RenderWindow() argument 458 msg.init.egl2egl = egl2egl;
|
D | RenderWindow.h | 66 bool use_thread, bool use_sub_window, bool egl2egl);
|
D | RenderLibImpl.h | 63 bool egl2egl) override;
|
D | RendererImpl.h | 43 bool egl2egl);
|
D | RendererImpl.cpp | 128 bool useSubWindow, bool egl2egl) { in initialize() argument 138 width, height, features, kUseSubwindowThread, useSubWindow, egl2egl)); in initialize()
|
D | FrameBuffer.h | 139 bool useSubWindow, bool egl2egl);
|
D | FrameBuffer.cpp | 268 bool useSubWindow, bool egl2egl) { in initialize() argument 343 … fb->m_emulationGl = EmulationGl::create(width, height, fb->m_features, useSubWindow, egl2egl); in initialize()
|
/hardware/google/gfxstream/include/render-utils/ |
D | RenderLib.h | 111 bool useSubWindow, bool egl2egl) = 0;
|
/hardware/google/gfxstream/host/gl/ |
D | EmulationGl.h | 61 bool allowWindowSurface, bool egl2egl);
|
D | EmulationGl.cpp | 208 bool allowWindowSurface, bool egl2egl) { in create() argument 224 s_egl.eglUseOsEglApi(egl2egl, EGL_FALSE); in create()
|