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

12

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
H A DGLES11Ext.spec6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
9 void glDrawTexxvOES ( const GLfixed *coords )
17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blu
[all...]
H A DGLES10.spec14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
37 void glFogx ( GLenum pname, GLfixed param )
38 void glFogxv ( GLenum pname, const GLfixed *params )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed to
[all...]
H A DGLES11.spec5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
14 void glGetClipPlanex ( GLenum pname, GLfixed *eqn )
15 void glGetFixedv ( GLenum pname, GLfixed *params )
18 void glGetLightxv ( GLenum light, GLenum pname, GLfixed *params )
20 void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
24 void glGetTexEnvxv ( GLenum env, GLenum pname, GLfixed *params )
27 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params )
34 void glPointParameterx ( GLenum pname, GLfixed param )
35 void glPointParameterxv ( GLenum pname, const GLfixed *params )
43 void glTexParameterxv ( GLenum target, GLenum pname, const GLfixed *param
[all...]
/frameworks/native/opengl/libagl/
H A Dmatrix.h59 GLfixed vsquare3(GLfixed a, GLfixed b, GLfixed c)
63 GLfixed r;
79 GLfixed res;
110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
111 GLfixed a
[all...]
H A Dlight.cpp40 static inline void vscale3(GLfixed* d, const GLfixed* m, GLfixed s);
43 void vnorm3(GLfixed* d, const GLfixed* a);
45 static inline void vsa3(GLfixed* d,
46 const GLfixed* m, GLfixed s, const GLfixed* a);
47 static inline void vss3(GLfixed*
[all...]
H A Dcontext.h87 struct { GLfixed x, y, z; };
88 struct { GLfixed r, g, b; };
89 struct { GLfixed S, T, R; };
90 GLfixed v[3];
96 struct { GLfixed x, y, z, w; };
97 struct { GLfixed r, g, b, a; };
98 struct { GLfixed S, T, R, Q; };
99 GLfixed v[4];
142 GLfixed fog;
172 GLfixed facto
[all...]
H A Dvertex.cpp70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;
90 const GLfixed w = v->clip.w;
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c)
200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a)
221 void glNormal3x(GLfixed x, GLfixed
[all...]
H A Dmatrix.cpp183 int notZero(GLfixed v) {
188 int notOne(GLfixed v) {
194 const GLfixed* const m = matrix.m;
219 GLfixed const * const m = matrix.m;
237 GLfixed* xp = m;
287 void matrixf_t::set(const GLfixed* rhs) {
295 void matrixf_t::load(const GLfixed* rhs) {
406 void matrix_stack_t::load(const GLfixed* rhs)
592 GLfixed* const x = mvit4.matrix.m;
617 GLfixed* cons
[all...]
H A Darray.cpp136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) {
139 static void currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) {
142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) {
145 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) {
150 static void fetchNop(ogles_context_t*, GLfixed*, const GLvoid*) {
152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) {
160 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) {
161 memcpy(v, p, 2*sizeof(GLfixed));
[all...]
H A Dprimitives.cpp381 static inline int32_t clampZ(GLfixed z) CONST;
382 int32_t clampZ(GLfixed z) {
513 GLfixed itf[3];
649 GLfixed itc[12];
666 const GLfixed factor = c->polygonOffset.factor;
686 GLfixed itf[3];
838 GLfixed frustumPlaneDist(int plane, const vec4_t& s)
840 const GLfixed d = s.v[ plane >> 1 ];
845 int32_t clipDivide(GLfixed a, GLfixed
[all...]
H A Dfp.cpp34 GLfloat fixedToFloat(GLfixed x)
H A Dtexture.cpp633 GLenum target, GLenum pname, GLfixed param, ogles_context_t* c)
691 static void drawTexxOESImp(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h,
758 static void drawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed
[all...]
H A Dfp.h34 extern "C" GLfixed gglFloatToFixed(float f) __attribute__((const));
41 GLfloat fixedToFloat(GLfixed) CONST;
/frameworks/native/opengl/include/GLES/
H A Dglext.h614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
623 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...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp384 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
389 (GLfixed)x,
390 (GLfixed)y,
391 (GLfixed)z,
392 (GLfixed)width,
393 (GLfixed)heigh
[all...]
H A Dandroid_opengl_GLES10.cpp457 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
462 (GLfixed)red,
463 (GLfixed)green,
464 (GLfixed)blue,
465 (GLfixed)alpha
947 /* void glFogx ( GLenum pname, GLfixed param ) */
953 (GLfixed)para
[all...]
H A Dandroid_opengl_GLES11.cpp489 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
496 GLfixed *equation_base = (GLfixed *) 0;
498 GLfixed *equation = (GLfixed *) 0;
513 equation_base = (GLfixed *)
519 (GLfixed *)equation
532 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
542 GLfixed *equation = (GLfixed *)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp391 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
396 (GLfixed)red,
397 (GLfixed)green,
398 (GLfixed)blue,
399 (GLfixed)alpha
909 /* void glFogx ( GLenum pname, GLfixed param ) */
915 (GLfixed)para
[all...]
H A Dandroid_opengl_GLES10Ext.cpp327 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
335 GLfixed *mantissa_base = (GLfixed *) 0;
337 GLfixed *mantissa = (GLfixed *) 0;
361 mantissa_base = (GLfixed *)
389 (GLfixed *)mantissa,
408 /* GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent ) */
421 GLfixed *mantissa = (GLfixed *)
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h69 typedef int GLfixed; typedef
486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param);
510 GLAPI void APIENTRY glFogxv (GLenum pname, const GLfixed *params);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h594 void GLTrace_glAlphaFuncx(GLenum func, GLfixed ref);
595 void GLTrace_glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
596 void GLTrace_glClearDepthx(GLfixed depth);
598 void GLTrace_glClipPlanex(GLenum plane, const GLfixed * equation);
600 void GLTrace_glColor4x(GLfixed red, GLfixed green, GLfixed blu
[all...]
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c81 GLfixed *vertexArray;
83 GLfixed *normalArray;
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
126 sizeof(GLfixed));
130 result->normalArray = (GLfixed *)malloc(vertices * 3 *
131 sizeof(GLfixed));
417 static const GLfixed quadVertices[] = {
432 const GLfixed fadeColor = minFade << 6;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xma
[all...]
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp158 const GLfixed texCoords[] = {

Completed in 257 milliseconds

12