Searched refs:GLfixed (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_span.h135 GLfixed red, redStep;
136 GLfixed green, greenStep;
137 GLfixed blue, blueStep;
138 GLfixed alpha, alphaStep;
139 GLfixed index, indexStep;
140 GLfixed z, zStep; /**< XXX z should probably be GLuint */
141 GLfixed intTex[2], intTexStep[2]; /**< (s,t) for unit[0] only */
H A Ds_tritemp.h68 * This code uses fixed point arithmetic (the GLfixed type) to iterate
71 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
77 * GLfixed to walk the edge without error. If the maximum viewport
80 * Historically, Mesa has used 11 fractional bits in GLfixed, snaps
85 * fractional bits in GLfixed. Unfortunately, there may be some issues
101 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
121 GLfixed fdxdy; /* dx/dy in fixed-point */
123 GLfixed fsx; /* first sample point x coord */
124 GLfixed fsy;
125 GLfixed fx
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl_driver.h373 void (WINE_GLAPI *p_glAccumxOES)(GLenum,GLfixed);
383 void (WINE_GLAPI *p_glAlphaFuncxOES)(GLenum,GLfixed);
464 void (WINE_GLAPI *p_glBitmapxOES)(GLsizei,GLsizei,GLfixed,GLfixed,GLfixed,GLfixed,const GLubyte*);
468 void (WINE_GLAPI *p_glBlendColorxOES)(GLfixed,GLfixed,GLfixed,GLfixed);
[all...]
H A Dwgl.h20 typedef int GLfixed; typedef
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h6290 typedef GLint GLfixed; typedef
11136 GLAPI void APIENTRY glAccumxOES (GLenum op, GLfixed value);
11137 GLAPI void APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
11138 GLAPI void APIENTRY glBitmapxOES (GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte *bitmap);
11139 GLAPI void APIENTRY glBlendColorxOES (GLfixed red, GLfixed green, GLfixed blu
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h91 typedef int GLfixed; typedef

Completed in 2654 milliseconds