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

  /external/skia/dm/
DM.cpp 57 "gpunull gpudebug angle mesa");
89 static const GrContextFactory::GLContextType mesa = variable
117 START("mesa", GpuGMTask, expectations, mesa, 0);
145 START("mesa", GpuBenchTask, mesa, 0);
  /external/chromium_org/third_party/skia/dm/
DM.cpp 69 static const GrContextFactory::GLContextType mesa = GrContextFactory::kMESA_GLContextType; variable
97 START("mesa", GpuGMTask, mesa, gpuAPI, 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 296 milliseconds