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

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Des1_conversion.h44 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation);
50 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
56 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Dquerymatrix.h36 _mesa_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
H A Ddrawtex.h50 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
53 _mesa_DrawTexxv(const GLfixed *coords);
H A Des1_conversion.c67 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation)
89 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
105 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.c110 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
123 _mesa_DrawTexxv(const GLfixed *coords)
H A Dquerymatrix.c26 * GLbitfield glQueryMatrixxOES( GLfixed mantissa[16],
28 * mantissa[16] contains the contents of the current matrix in GLfixed
38 #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16))
39 #define FLOAT_TO_FIXED(x) ((GLfixed) ((x) * 65536.0))
43 _mesa_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16])
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Des1_conversion.h44 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation);
50 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
56 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Dquerymatrix.h36 _mesa_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
H A Ddrawtex.h50 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
53 _mesa_DrawTexxv(const GLfixed *coords);
H A Des1_conversion.c66 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation)
88 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
104 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.c110 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
123 _mesa_DrawTexxv(const GLfixed *coords)
H A Dquerymatrix.c26 * GLbitfield glQueryMatrixxOES( GLfixed mantissa[16],
28 * mantissa[16] contains the contents of the current matrix in GLfixed
38 #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16))
39 #define FLOAT_TO_FIXED(x) ((GLfixed) ((x) * 65536.0))
43 _mesa_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16])
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_dispatch.c116 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
117 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
119 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
120 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
121 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_dispatch.c112 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
113 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
115 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
116 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
117 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dglext.h133 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
136 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt
[all...]
H A Dgl.h70 typedef khronos_int32_t GLfixed; typedef in typeref:typename:khronos_int32_t
452 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
459 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
460 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
463 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
465 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree
[all...]
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dglext.h137 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
140 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt
[all...]
H A Dgl.h61 typedef khronos_int32_t GLfixed; typedef in typeref:typename:khronos_int32_t
443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
450 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
451 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree
[all...]
/xsrc/external/mit/MesaLib/src/mapi/es1api/
H A Dglapi_mapi_tmp.h15 GLAPI void APIENTRY glAlphaFuncx(GLenum func, GLfixed ref);
23 GLAPI void APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
25 GLAPI void APIENTRY glClearDepthx(GLfixed depth);
29 GLAPI void APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation);
32 GLAPI void APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blu
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.h145 GLfixed red, redStep;
146 GLfixed green, greenStep;
147 GLfixed blue, blueStep;
148 GLfixed alpha, alphaStep;
149 GLfixed index, indexStep;
150 GLfixed z, zStep; /**< XXX z should probably be GLuint */
151 GLfixed intTex[2], intTexStep[2]; /**< (s,t) for unit[0] only */
H A Ds_tritemp.h67 * This code uses fixed point arithmetic (the GLfixed type) to iterate
70 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
76 * GLfixed to walk the edge without error. If the maximum viewport
79 * Historically, Mesa has used 11 fractional bits in GLfixed, snaps
84 * fractional bits in GLfixed. Unfortunately, there may be some issues
105 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
125 GLfixed fdxdy; /* dx/dy in fixed-point */
127 GLfixed fsx; /* first sample point x coord */
128 GLfixed fsy;
129 GLfixed fx
[all...]
H A Ds_alpha.c134 const GLfixed alphaStep = span->alphaStep;
135 GLfixed alpha = span->alpha;
141 const GLfixed alphaStep = span->alphaStep;
142 GLfixed alpha = span->alpha;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.h145 GLfixed red, redStep;
146 GLfixed green, greenStep;
147 GLfixed blue, blueStep;
148 GLfixed alpha, alphaStep;
149 GLfixed index, indexStep;
150 GLfixed z, zStep; /**< XXX z should probably be GLuint */
151 GLfixed intTex[2], intTexStep[2]; /**< (s,t) for unit[0] only */
H A Ds_tritemp.h67 * This code uses fixed point arithmetic (the GLfixed type) to iterate
70 * GLfixed and the value of SUB_PIXEL_BITS has a direct bearing on the
76 * GLfixed to walk the edge without error. If the maximum viewport
79 * Historically, Mesa has used 11 fractional bits in GLfixed, snaps
84 * fractional bits in GLfixed. Unfortunately, there may be some issues
106 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
126 GLfixed fdxdy; /* dx/dy in fixed-point */
128 GLfixed fsx; /* first sample point x coord */
129 GLfixed fsy;
130 GLfixed fx
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtri.c52 static const GLfixed verts[3][2] = {
57 static const GLfixed colors[3][4] = {
106 GLfixed size;
142 GLfixed mantissa[16];

Completed in 68 milliseconds

123