HomeSort by relevance Sort by last modified time
    Searched refs:GLchan (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h 25 * Types, macros, etc for the GLchan datatype.
50 typedef GLubyte GLchan;
55 typedef GLushort GLchan;
60 typedef GLfloat GLchan;
113 * Convert 4 floats to GLchan values.
114 * \param dst pointer to destination GLchan[4] array.
s_triangle.c 244 const GLchan *texture;
273 GLchan sample[4]; /* the filtered texture sample */
367 const GLchan *tex00 = info->texture + COMPS * pos; \
386 const GLchan *tex00 = info->texture + COMPS * pos; \
387 const GLchan *tex10 = tex00 + info->tbytesline; \
388 const GLchan *tex01 = tex00 + COMPS; \
389 const GLchan *tex11 = tex10 + COMPS; \
410 GLchan *dest = span->array->rgba[0];
550 info.texture = (const GLchan *) swImg->Map; \
600 const GLchan *texture
    [all...]
s_span.h 86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
s_aatriangle.c 129 * Solve plane and return clamped GLchan value.
131 static inline GLchan
142 return (GLchan) IROUND_POS(z);
swrast.h 102 GLchan color[4]; /** integer color */
s_zoom.c 165 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba8;
167 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba16;
169 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->attribs[FRAG_ATTRIB_COL0];
s_lines.c 169 GLchan cSave[2][4];
s_span.c 66 GLchan r, g, b, a;
    [all...]
s_aaline.c 169 * Solve plane and return clamped GLchan value.
171 static inline GLchan
182 return (GLchan) IROUND_POS(z);
  /external/mesa3d/src/mesa/swrast/
s_chan.h 25 * Types, macros, etc for the GLchan datatype.
50 typedef GLubyte GLchan;
55 typedef GLushort GLchan;
60 typedef GLfloat GLchan;
113 * Convert 4 floats to GLchan values.
114 * \param dst pointer to destination GLchan[4] array.
s_triangle.c 244 const GLchan *texture;
273 GLchan sample[4]; /* the filtered texture sample */
367 const GLchan *tex00 = info->texture + COMPS * pos; \
386 const GLchan *tex00 = info->texture + COMPS * pos; \
387 const GLchan *tex10 = tex00 + info->tbytesline; \
388 const GLchan *tex01 = tex00 + COMPS; \
389 const GLchan *tex11 = tex10 + COMPS; \
410 GLchan *dest = span->array->rgba[0];
550 info.texture = (const GLchan *) swImg->Map; \
600 const GLchan *texture
    [all...]
s_span.h 86 GLchan (*rgba)[4]; /** either == rgba8 or rgba16 */
s_aatriangle.c 129 * Solve plane and return clamped GLchan value.
131 static inline GLchan
142 return (GLchan) IROUND_POS(z);
swrast.h 102 GLchan color[4]; /** integer color */
s_zoom.c 165 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba8;
167 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba16;
169 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->attribs[FRAG_ATTRIB_COL0];
s_lines.c 169 GLchan cSave[2][4];
s_span.c 66 GLchan r, g, b, a;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.h 31 #include "main/mtypes.h" /* hack for GLchan */
79 extern void _math_trans_4chan( GLchan (*to)[4],
  /external/mesa3d/src/mesa/math/
m_translate.h 31 #include "main/mtypes.h" /* hack for GLchan */
79 extern void _math_trans_4chan( GLchan (*to)[4],
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 283 GLchan *c = (GLchan *)v;
295 GLchan *c = (GLchan *)v;
307 GLchan *c = (GLchan *)v;
319 GLchan *c = (GLchan *)v;
683 GLchan *c = (GLchan *)v
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 283 GLchan *c = (GLchan *)v;
295 GLchan *c = (GLchan *)v;
307 GLchan *c = (GLchan *)v;
319 GLchan *c = (GLchan *)v;
683 GLchan *c = (GLchan *)v
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 140 #define PIXELADDR4(X,Y) ((GLchan *) osmesa->rowaddr[Y] + 4 * (X))
150 const GLchan *color = vert1->color;
154 GLchan *p = PIXELADDR4(X, Y); \
171 const GLchan *color = vert1->color;
176 GLchan *p = PIXELADDR4(X, Y); \
240 GLchan *img = PIXELADDR4(span.x, span.y); \
269 PACK_RGBA((GLchan *) &pixel, v2->color[0], v2->color[1], \
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 140 #define PIXELADDR4(X,Y) ((GLchan *) osmesa->rowaddr[Y] + 4 * (X))
150 const GLchan *color = vert1->color;
154 GLchan *p = PIXELADDR4(X, Y); \
171 const GLchan *color = vert1->color;
176 GLchan *p = PIXELADDR4(X, Y); \
240 GLchan *img = PIXELADDR4(span.x, span.y); \
269 PACK_RGBA((GLchan *) &pixel, v2->color[0], v2->color[1], \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 134 GLchan c[2][4];
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 134 GLchan c[2][4];

Completed in 654 milliseconds

1 2