| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | PbufferSurfaceWGL.cpp | 80 egl::Error PbufferSurfaceWGL::initialize(const egl::Display *display) in initialize() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcConfigListEGL.cpp | 97 eglw::EGLDisplay display = eglu::getAndInitDisplay(*nativeDisplay); in getDefaultEglConfigList() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/ |
| H A D | DisplayVkWin32.cpp | 60 egl::Error DisplayVkWin32::initialize(egl::Display *display) in initialize() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLContextASANTest.cpp | 25 EGLBoolean SafeDestroyContext(EGLDisplay display, EGLContext &context) in SafeDestroyContext() argument 47 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local [all...] |
| H A D | EGLDisplayPowerPreferenceTest.cpp | 77 void terminateDisplay(EGLDisplay display) in terminateDisplay() argument 83 void terminateContext(EGLDisplay display, EGLContext context) in terminateContext() argument 100 void initializeDisplayWithPowerPreference(EGLDisplay *display, EGLAttrib powerPreference) in initializeDisplayWithPowerPreference() argument 130 void initializeContextForDisplay(EGLDisplay display, EGLContext *context) in initializeContextForDisplay() argument 164 EGLDisplay display; runReinitializeDisplay() local [all...] |
| H A D | EGLSyncTest.cpp | 43 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local 134 EGLDisplay display = getEGLWindow()->getDisplay(); TEST_P() local 168 EGLDisplay display = getEGLWindow()->getDisplay(); TEST_P() local 205 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 248 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 266 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 284 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 299 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 326 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 358 EGLDisplay display = getEGLWindow()->getDisplay(); global() local 435 EGLDisplay display = getEGLWindow()->getDisplay(); global() local [all...] |
| H A D | EGLX11VisualTest.cpp | 79 EGLDisplay display = eglGetPlatformDisplayEXT( in TEST_P() local 105 EGLDisplay display = eglGetPlatformDisplayEXT( in TEST_P() local 183 EGLDisplay display = eglGetPlatformDisplayEXT( TEST_P() local [all...] |
| H A D | EGLBlobCacheTest.cpp | 105 EGLDisplay display = getEGLWindow()->getDisplay(); variable 119 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local 198 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local 238 EGLDisplay display = getEGLWindow()->getDisplay(); TEST_P() local [all...] |
| H A D | EGLProgramCacheControlTest.cpp | 47 EGLDisplay display = getEGLWindow()->getDisplay(); variable 59 EGLDisplay display = getEGLWindow()->getDisplay(); in extensionAvailable() local 110 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local 198 EGLDisplay display = getEGLWindow()->getDisplay(); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TimerQueriesTest.cpp | 317 EGLDisplay display = window->getDisplay(); in TEST_P() local 326 EGLDisplay display; in TEST_P() member [all...] |
| H A D | OcclusionQueriesTest.cpp | 610 EGLDisplay display = window->getDisplay(); in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | SurfaceNULL.cpp | 23 egl::Error SurfaceNULL::initialize(const egl::Display *display) in initialize() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBufferX11.cpp | 32 static int XShmErrorHandler(Display *display, XErrorEvent *event) in XShmErrorHandler() argument 45 FrameBufferX11::FrameBufferX11(Display *display, Window window, int width, int height) : FrameBuffer(width, height, false, false), ownX11(!display), x_display(display), x_window(window) in FrameBufferX11() argument 192 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, int height) in createFrameBuffer() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | Surface.hpp | 79 const Display *const display; member in egl::Surface
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | x11wrap.c | 52 Display *display; member 162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_data) { in x11_watch() argument 175 static int x11_error_handler(Display* display, XErrorEvent* error_event) { in x11_error_handler() argument 180 static int x11_io_error_handler(Display* display) { in x11_io_error_handler() argument 198 static void x11_io_error_exit_handler(Display* display, voi argument [all...] |
| /third_party/python/Lib/turtledemo/ |
| H A D | nim.py | 134 def display(self, msg1, msg2=None): member in NimView
|
| /third_party/rust/crates/syn/src/ |
| H A D | ext.rs | 112 fn display() -> &'static str { in display() functions
|
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluGLUtil.cpp | 204 static bool configMatches (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglConfig, const glu::RenderConfig& renderConfig) in configMatches() argument 80 createGLContext(const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu::ContextType& contextType, eglw::EGLContext sharedContext, glu::ResetNotificationStrategy resetNotificationStrategy) createGLContext() argument 270 chooseConfig(const Library& egl, EGLDisplay display, const glu::RenderConfig& config) chooseConfig() argument [all...] |
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 127 const eglw::EGLDisplay display = egl.getDisplay(EGL_DEFAULT_DISPLAY); in isRenderConfigSupported() local
|
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11Xcb.cpp | 78 XcbWindow::XcbWindow (XcbDisplay& display, int width, int height, xcb_visualid_t* visual) in XcbWindow() argument 162 xcb_connection_t* display = m_display.getConnection(); in setDimensions() local
|
| /third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
| H A D | tcuLnxWayland.cpp | 81 struct wl_display *display = wl_display_connect(name); in hasDisplay() local 153 Window::Window (Display& display, int width, int height) in Window() argument [all...] |
| H A D | tcuLnxWaylandEglDisplayFactory.cpp | 103 Window::Window (Display& display, const WindowParams& params) in Window() argument 144 Display& display = *dynamic_cast<Display*>(nativeDisplay); in createWindow() local 159 Display& display = *dynamic_cast<Display*>(nativeDisplay); in createWindow() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglCreateContextTests.cpp | 81 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | RendererD3D.cpp | 36 RendererD3D::RendererD3D(egl::Display *display) in RendererD3D() argument
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-sysfs.c | 427 struct omap_dss_device *display = fb2display(fbi); in store_size() local
|