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

  /external/skia/dm/
DM.cpp 39 "Options: 565 8888 gpu msaa4 msaa16 gpunull gpudebug angle mesa"); // TODO(mtklein): pdf
67 const GrContextFactory::GLContextType mesa = local
89 START("mesa", GpuTask, _8888, mesa, 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 2 * Mesa 3-D graphics library
27 * Off-Screen Mesa rendering / Rendering into client memory space
65 * OSMesa rendering context, derived from core Mesa struct gl_context.
69 struct gl_context mesa; /*< Base class - this must be first */ member in struct:osmesa_context
103 return (const GLubyte *) "Mesa OffScreen32";
105 return (const GLubyte *) "Mesa OffScreen16";
107 return (const GLubyte *) "Mesa OffScreen";
412 * XXX There aren't Mesa formats for all the possible combinations here!
589 * Create an Off-Screen Mesa rendering context. The only attribute needed is
607 * New in Mesa 3.
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 2 * Mesa 3-D graphics library
27 * Off-Screen Mesa rendering / Rendering into client memory space
65 * OSMesa rendering context, derived from core Mesa struct gl_context.
69 struct gl_context mesa; /*< Base class - this must be first */ member in struct:osmesa_context
103 return (const GLubyte *) "Mesa OffScreen32";
105 return (const GLubyte *) "Mesa OffScreen16";
107 return (const GLubyte *) "Mesa OffScreen";
412 * XXX There aren't Mesa formats for all the possible combinations here!
589 * Create an Off-Screen Mesa rendering context. The only attribute needed is
607 * New in Mesa 3.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 47 #define ST_NEW_MESA (1 << 0) /* Mesa state has changed */
57 GLuint mesa; member in struct:st_state_flags
202 /* Need this so that we can implement Mesa callbacks in this module.
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 47 #define ST_NEW_MESA (1 << 0) /* Mesa state has changed */
57 GLuint mesa; member in struct:st_state_flags
202 /* Need this so that we can implement Mesa callbacks in this module.
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 103 * CS - Clipper. Mesa's clipping algorithms are imported to run on
186 /** State update flags signalled by mesa internals */
187 GLuint mesa; member in struct:brw_state_flags
261 /** Subclass of Mesa vertex program */
269 /** Subclass of Mesa fragment program */
693 /** The corresponding Mesa vertex attribute */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 103 * CS - Clipper. Mesa's clipping algorithms are imported to run on
186 /** State update flags signalled by mesa internals */
187 GLuint mesa; member in struct:brw_state_flags
261 /** Subclass of Mesa vertex program */
269 /** Subclass of Mesa fragment program */
693 /** The corresponding Mesa vertex attribute */
    [all...]

Completed in 1727 milliseconds