HomeSort by: relevance | last modified time | path
    Searched defs:Screen (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
dump_state.py 165 return Screen(self.interpreter)
167 def pipe_context_create(self, screen):
168 return screen.context_create()
181 class Screen(Dispatcher):
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
dump_state.py 164 return Screen(self.interpreter)
166 def pipe_context_create(self, screen):
167 return screen.context_create()
180 class Screen(Dispatcher):
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 118 /* macros for screen oriented applications (toolkit) */
227 int c_class; /* C++ class of screen (monochrome, etc.) */
229 int class; /* class of screen (monochrome, etc.) */
246 * Information about the screen. The contents of this structure are
247 * implementation dependent. A Screen should be treated as opaque
257 int width, height; /* width and height of screen */
260 Depth *depths; /* list of allowable depths on the screen */
271 } Screen;
274 * Format structure; describes ZFormat data the screen will understand.
310 Window root; /* root of screen containing window *
329 Screen *screen; \/* back pointer to correct screen *\/ member in struct:__anon5565
1076 Screen *screen; member in union:__anon5618
    [all...]
  /xsrc/external/mit/xf86-video-vboxvideo/dist/src/
VBoxVideo.h 175 /* Information about a screen. */
214 /* The size of the memory that can be used for the screen. */
231 /* Physical X origin relative to the primary screen. */
234 /* Physical Y origin relative to the primary screen. */
240 /* Width of the screen. */
243 /* Height of the screen. */
1016 /* Index of the screen, assigned by the guest. */
1019 /* The screen offset in VRAM, the framebuffer starts here. */
1025 /* The recommended maximum size of the VRAM memory for the screen. */
1074 /* Which view contains the screen. *
    [all...]

Completed in 14 milliseconds