Home
last modified time | relevance | path

Searched defs:display (Results 201 - 225 of 543) sorted by relevance

12345678910>>...22

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp80 egl::Error PbufferSurfaceWGL::initialize(const egl::Display *display) in initialize() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp97 eglw::EGLDisplay display = eglu::getAndInitDisplay(*nativeDisplay); in getDefaultEglConfigList() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp60 egl::Error DisplayVkWin32::initialize(egl::Display *display) in initialize() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextASANTest.cpp25 EGLBoolean SafeDestroyContext(EGLDisplay display, EGLContext &context) in SafeDestroyContext() argument
47 EGLDisplay display = getEGLWindow()->getDisplay(); in TEST_P() local
[all...]
H A DEGLDisplayPowerPreferenceTest.cpp77 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 DEGLSyncTest.cpp43 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 DEGLX11VisualTest.cpp79 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 DEGLBlobCacheTest.cpp105 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 DEGLProgramCacheControlTest.cpp47 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 DTimerQueriesTest.cpp317 EGLDisplay display = window->getDisplay(); in TEST_P() local
326 EGLDisplay display; in TEST_P() member
[all...]
H A DOcclusionQueriesTest.cpp610 EGLDisplay display = window->getDisplay(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DSurfaceNULL.cpp23 egl::Error SurfaceNULL::initialize(const egl::Display *display) in initialize() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp32 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 DSurface.hpp79 const Display *const display; member in egl::Surface
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.c52 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 Dnim.py134 def display(self, msg1, msg2=None): member in NimView
/third_party/rust/crates/syn/src/
H A Dext.rs112 fn display() -> &'static str { in display() functions
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.cpp204 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 DtcuAndroidPlatformCapabilityQueryJNI.cpp127 const eglw::EGLDisplay display = egl.getDisplay(EGL_DEFAULT_DISPLAY); in isRenderConfigSupported() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.cpp78 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 DtcuLnxWayland.cpp81 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 DtcuLnxWaylandEglDisplayFactory.cpp103 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 DteglCreateContextTests.cpp81 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRendererD3D.cpp36 RendererD3D::RendererD3D(egl::Display *display) in RendererD3D() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c427 struct omap_dss_device *display = fb2display(fbi); in store_size() local

Completed in 12 milliseconds

12345678910>>...22