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

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.h14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
26 _es_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.h53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
56 _mesa_DrawTexxv(const GLfixed *coords);
H A Des1_conversion.c73 _es_ClipPlanex(GLenum plane, const GLfixed *equation)
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
111 _es_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.c113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
126 _mesa_DrawTexxv(const GLfixed *coords)
H A Dquerymatrix.c24 * GLbitfield glQueryMatrixxOES( GLfixed mantissa[16],
26 * mantissa[16] contains the contents of the current matrix in GLfixed
36 #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16))
37 #define FLOAT_TO_FIXED(x) ((GLfixed) ((x) * 65536.0))
93 extern GLbitfield GL_APIENTRY _es_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
99 GLbitfield GL_APIENTRY _es_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16])
H A Dget.h54 _mesa_GetFixedv(GLenum pname, GLfixed *params);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
26 _es_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.h53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
56 _mesa_DrawTexxv(const GLfixed *coords);
H A Des1_conversion.c73 _es_ClipPlanex(GLenum plane, const GLfixed *equation)
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
111 _es_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed
[all...]
H A Ddrawtex.c113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
126 _mesa_DrawTexxv(const GLfixed *coords)
H A Dquerymatrix.c24 * GLbitfield glQueryMatrixxOES( GLfixed mantissa[16],
26 * mantissa[16] contains the contents of the current matrix in GLfixed
36 #define INT_TO_FIXED(x) ((GLfixed) ((x) << 16))
37 #define FLOAT_TO_FIXED(x) ((GLfixed) ((x) * 65536.0))
91 extern GLbitfield GL_APIENTRY _es_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16]);
97 GLbitfield GL_APIENTRY _es_QueryMatrixxOES(GLfixed mantissa[16], GLint exponent[16])
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
519 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed widt
[all...]
H A Dgl.h31 typedef khronos_int32_t GLfixed; typedef
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
668 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
669 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed righ
[all...]
/external/mesa3d/include/GLES/
H A Dglext.h510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
519 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed widt
[all...]
H A Dgl.h31 typedef khronos_int32_t GLfixed; typedef
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
668 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
669 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed righ
[all...]
/external/chromium_org/third_party/mesa/src/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
100 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
120 GLfixed fdxdy; /* dx/dy in fixed-point */
122 GLfixed fsx; /* first sample point x coord */
123 GLfixed fsy;
124 GLfixed fx
[all...]
H A Ds_alpha.c135 const GLfixed alphaStep = span->alphaStep;
136 GLfixed alpha = span->alpha;
142 const GLfixed alphaStep = span->alphaStep;
143 GLfixed alpha = span->alpha;
/external/mesa3d/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
100 GLfixed endVal = span.CHANNEL + (LEN) * span.CHANNELSTEP; \
120 GLfixed fdxdy; /* dx/dy in fixed-point */
122 GLfixed fsx; /* first sample point x coord */
123 GLfixed fsy;
124 GLfixed fx
[all...]
H A Ds_alpha.c135 const GLfixed alphaStep = span->alphaStep;
136 GLfixed alpha = span->alpha;
142 const GLfixed alphaStep = span->alphaStep;
143 GLfixed alpha = span->alpha;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_priv.h42 typedef int GLfixed; typedef
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp54 DE_STATIC_ASSERT(sizeof(GLfixed) == 4);
/external/mesa3d/src/mapi/glapi/
H A Dglapi_priv.h42 typedef int GLfixed; typedef
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.cpp39 case GL_FIXED: return size * sizeof(GLfixed);

Completed in 410 milliseconds

12