HomeSort by relevance Sort by last modified time
    Searched defs:mesa (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 2 * Mesa 3-D graphics library
27 * Off-Screen Mesa rendering / Rendering into client memory space
69 * OSMesa rendering context, derived from core Mesa struct gl_context.
73 struct gl_context mesa; /*< Base class - this must be first */ member in struct:osmesa_context
107 return (const GLubyte *) "Mesa OffScreen32";
109 return (const GLubyte *) "Mesa OffScreen16";
111 return (const GLubyte *) "Mesa OffScreen";
445 * XXX There aren't Mesa formats for all the possible combinations here!
622 * Create an Off-Screen Mesa rendering context. The only attribute needed is
640 * New in Mesa 3.
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 2 * Mesa 3-D graphics library
109 struct gl_context mesa; /* the core library context (containment) */ member in struct:xmesa_context
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
187 XMesaVisual xm_visual; /* the X/Mesa visual */
385 * Return pointer to XMesaContext corresponding to a Mesa struct gl_context.
396 * Return pointer to XMesaBuffer corresponding to a Mesa struct gl_framebuffer.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 131 * CS - Clipper. Mesa's clipping algorithms are imported to run on
323 /** State update flags signalled by mesa internals */
324 GLuint mesa; member in struct:brw_state_flags
332 /** Subclass of Mesa program */
    [all...]

Completed in 247 milliseconds