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

  /xsrc/external/mit/mesa-demos/dist/src/tests/
readrate.c 18 #define DRAW 0
87 #if DRAW
107 #if DRAW
131 Draw(void)
162 #if DRAW
163 printf("Draw size: Width=%d Height=%d\n", width, height);
249 #if DRAW
282 glutDisplayFunc(Draw);
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
multictx.c 53 #define DRAW 2
78 * Draw a gear wheel. You'll probably want to call this function when
106 /* draw front face */
120 /* draw front sides of teeth */
137 /* draw back face */
151 /* draw back sides of teeth */
166 /* draw outward faces of teeth */
203 /* draw inside radius cylinder */
216 draw(int ctx) function
269 draw(0)
    [all...]
glxgears.c 97 #define DRAW 2
114 * Draw a gear wheel. You'll probably want to call this function when
142 /* draw front face */
156 /* draw front sides of teeth */
173 /* draw back face */
187 /* draw back sides of teeth */
202 /* draw outward faces of teeth */
239 /* draw inside radius cylinder */
252 draw(void) function
298 draw();
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_util.h 102 static inline uint32_t DRAW(enum pc_di_primtype prim_type,
380 * DRAW (scratch7) is enough to "triangulate" the particular
381 * draw that caused lockup.
  /xsrc/external/mit/mesa-demos/dist/src/demos/
fbotexture.c 4 * Draw a teapot into a texture image with stenciling.
5 * Then draw a textured quad using that texture.
22 #define DRAW 1
100 /* draw to texture image */
127 /* draw diamond-shaped stencil pattern */
137 /* draw teapot where stencil != 1 */
190 #if DRAW
207 /* draw textured quad in the window */
208 #if DRAW
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
regs3v.h 104 #define DRAW 0x0020
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_util.h 233 DRAW(enum pc_di_primtype prim_type, enum pc_di_src_sel source_select,
353 * DRAW (scratch7) is enough to "triangulate" the particular
354 * draw that caused lockup.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
context.h 29 * The DRAW_CONTEXT contains all state associated with a draw operation.
152 DRAW,
178 uint32_t numIndices; // DrawIndexed: Number of indices for draw.
179 uint32_t numVerts; // Draw: Number of verts (triangles, lines, etc)
184 uint32_t startVertex; // Draw: Starting vertex in VB to render from.
189 uint32_t startPrimID; // starting primitiveID for this draw batch
191 startVertexID; // starting VertexID for this draw batch (only needed for non-indexed draws)
206 DRAW_WORK draw; member in union:FE_WORK::__anon4455
386 // Draw State
391 void* pPrivateState; // Its required the driver sets this up for each draw
    [all...]
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_reg.h 61 #define DRAW 0x0010
  /xsrc/external/mit/xf86-video-intel/dist/tools/
virtual.c 80 #define DRAW 0x8
350 Drawable draw,
356 xcb_dri3_pixmap_from_buffer(c, pixmap, draw, size, width, height, stride, depth, bpp, fd);
472 Drawable draw,
575 DBG(DRAW, ("%s mark flush (flush=%d)\n",
1084 DBG(DRAW, ("%s-%s: creating shm pixmap\n", DisplayString(output->dpy), output->name));
1104 DBG(DRAW, ("%s-%s: creating picture\n", DisplayString(output->dpy), output->name));
1119 DBG(DRAW, ("%s-%s: creating gc\n", DisplayString(output->dpy), output->name));
1156 DBG(DRAW, ("%s-%s create xfer, %dx%d (currently %dx%d)\n",
1195 DBG(DRAW, ("%s-%s create xfer, trying DRI3\n"
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/tools/
virtual.c 79 #define DRAW 0x8
326 Drawable draw,
332 xcb_dri3_pixmap_from_buffer(c, pixmap, draw, size, width, height, stride, depth, bpp, fd);
441 Drawable draw,
544 DBG(DRAW, ("%s mark flush (flush=%d)\n",
1020 DBG(DRAW, ("%s-%s: creating shm pixmap\n", DisplayString(output->dpy), output->name));
1040 DBG(DRAW, ("%s-%s: creating picture\n", DisplayString(output->dpy), output->name));
1055 DBG(DRAW, ("%s-%s: creating gc\n", DisplayString(output->dpy), output->name));
1095 DBG(DRAW, ("%s-%s create xfer, %dx%d\n",
1131 DBG(DRAW, ("%s-%s create xfer, trying DRI3\n"
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atiregs.h 224 #define DRAW 0x0010u

Completed in 19 milliseconds