/frameworks/base/opengl/libagl/ |
D | matrix.h | 59 GLfixed vsquare3(GLfixed a, GLfixed b, GLfixed c) in vsquare3() 63 GLfixed r; in vsquare3() 86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0, in mla2a() 87 GLfixed a1, GLfixed b1, in mla2a() 88 GLfixed c) in mla2a() 92 GLfixed r; in mla2a() 115 static inline GLfixed mla3a( GLfixed a0, GLfixed b0, in mla3a() 116 GLfixed a1, GLfixed b1, in mla3a() 117 GLfixed a2, GLfixed b2, in mla3a() 118 GLfixed c) in mla3a() [all …]
|
D | light.cpp | 40 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* d, 48 const GLfixed* m, GLfixed s, const GLfixed* a); 49 static inline void vmla3(GLfixed* d, 50 const GLfixed* m0, const GLfixed* m1, const GLfixed* a); 51 static inline void vmul3(GLfixed* d, 52 const GLfixed* m0, const GLfixed* m1); [all …]
|
D | matrix.cpp | 183 int notZero(GLfixed v) { in notZero() 188 int notOne(GLfixed v) { in notOne() 194 const GLfixed* const m = matrix.m; in picker() 219 GLfixed const * const m = matrix.m; in dump() 237 GLfixed* xp = m; in load() 287 void matrixf_t::set(const GLfixed* rhs) { in set() 295 void matrixf_t::load(const GLfixed* rhs) { in load() 406 void matrix_stack_t::load(const GLfixed* rhs) in load() 592 GLfixed* const x = mvit4.matrix.m; in update_mvit() 617 GLfixed* const x = mvui.matrix.m; in update_mvui() [all …]
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 6 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 blue, GLfixed alpha ) 20 void glFogxOES ( GLenum pname, GLfixed param ) 21 void glFogxvOES ( GLenum pname, const GLfixed *params ) 22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix… 23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) 24 void glGetFixedvOES ( GLenum pname, GLfixed *params ) 25 void glGetLightxvOES ( GLenum light, GLenum pname, GLfixed *params ) [all …]
|
D | GLES10.spec | 14 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 top, GLfixed zNear, GLfixed … 49 void glLightModelx ( GLenum pname, GLfixed param ) 50 void glLightModelxv ( GLenum pname, const GLfixed *params ) 53 void glLightx ( GLenum light, GLenum pname, GLfixed param ) 54 void glLightxv ( GLenum light, GLenum pname, const GLfixed *params ) 56 void glLineWidthx ( GLfixed width ) 59 void glLoadMatrixx ( const GLfixed *m ) [all …]
|
D | GLES11.spec | 5 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 *params )
|
/frameworks/base/opengl/libs/ |
D | debug.in | 22 …VOID(glClipPlanex, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane,… 23 TRACE_GL_VOID(glClipPlanexIMG, (GLenum p, const GLfixed *eqn), (p, eqn), 2, "GLenum", p, "const GLf… 24 …D(glClipPlanexOES, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane,… 27 …, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixe… 28 …, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixe… 53 …GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z, width, height), 5, "GLf… 54 TRACE_GL_VOID(glDrawTexxvOES, (const GLfixed *coords), (coords), 1, "const GLfixed *", coords) 76 TRACE_GL_VOID(glFogx, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed",… 77 TRACE_GL_VOID(glFogxOES, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixe… 78 …ACE_GL_VOID(glFogxv, (GLenum pname, const GLfixed *params), (pname, params), 2, "GLenum", pname, "… [all …]
|
D | glesv2dbg_functions.h | 42 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 43 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn) 44 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 47 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 48 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 96 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) 97 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords) 123 GL_ENTRY(void, glFogx, GLenum pname, GLfixed param) 124 GL_ENTRY(void, glFogxOES, GLenum pname, GLfixed param) 125 GL_ENTRY(void, glFogxv, GLenum pname, const GLfixed *params) [all …]
|
D | trace.in | 40 …VOID(glClipPlanex, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane,… 41 TRACE_GL_VOID(glClipPlanexIMG, (GLenum p, const GLfixed *eqn), (p, eqn), 2, "GLenum", p, "const GLf… 42 …D(glClipPlanexOES, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane,… 45 …, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixe… 46 …, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixe… 94 …GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z, width, height), 5, "GLf… 95 TRACE_GL_VOID(glDrawTexxvOES, (const GLfixed *coords), (coords), 1, "const GLfixed *", coords) 121 TRACE_GL_VOID(glFogx, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed",… 122 TRACE_GL_VOID(glFogxOES, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixe… 123 …ACE_GL_VOID(glFogxv, (GLenum pname, const GLfixed *params), (pname, params), 2, "GLenum", pname, "… [all …]
|
D | entries.in | 40 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 41 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn) 42 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 45 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 46 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 94 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) 95 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords) 121 GL_ENTRY(void, glFogx, GLenum pname, GLfixed param) 122 GL_ENTRY(void, glFogxOES, GLenum pname, GLfixed param) 123 GL_ENTRY(void, glFogxv, GLenum pname, const GLfixed *params) [all …]
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 491 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, G… 494 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 535 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param); 536 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params); 537 …API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… 538 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]); [all …]
|
D | gl.h | 31 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 right, GLfixed bottom, GLfixed top, GLfix… 674 GL_API void GL_APIENTRY glGetClipPlanex (GLenum pname, GLfixed eqn[4]); 678 GL_API void GL_APIENTRY glGetFixedv (GLenum pname, GLfixed *params); 680 GL_API void GL_APIENTRY glGetLightxv (GLenum light, GLenum pname, GLfixed *params); 681 GL_API void GL_APIENTRY glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params); [all …]
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 14 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 top, GLfixed zNear, GLfixed … 49 void glLightModelx ( GLenum pname, GLfixed param ) 50 void glLightModelxv ( GLenum pname, const GLfixed *params ) 53 void glLightx ( GLenum light, GLenum pname, GLfixed param ) 54 void glLightxv ( GLenum light, GLenum pname, const GLfixed *params ) 56 void glLineWidthx ( GLfixed width ) 59 void glLoadMatrixx ( const GLfixed *m ) [all …]
|
D | glspec-1.1 | 5 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 ) 22 void glGetTexEnvxv ( GLenum env, GLenum pname, GLfixed *params ) 25 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params ) 32 void glPointParameterx ( GLenum pname, GLfixed param ) 33 void glPointParameterxv ( GLenum pname, const GLfixed *params ) 41 void glTexParameterxv ( GLenum target, GLenum pname, const GLfixed *params )
|
D | glspec-1.1ext | 8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) 9 void glDrawTexxvOES ( const GLfixed *coords )
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 188 (GLfixed)x, in android_glDrawTexxOES__IIIII() 189 (GLfixed)y, in android_glDrawTexxOES__IIIII() 190 (GLfixed)z, in android_glDrawTexxOES__IIIII() 191 (GLfixed)width, in android_glDrawTexxOES__IIIII() 192 (GLfixed)height in android_glDrawTexxOES__IIIII() 318 GLfixed *coords_base = (GLfixed *) 0; in android_glDrawTexxvOES___3II() 320 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() 335 coords_base = (GLfixed *) in android_glDrawTexxvOES___3II() 340 (GLfixed *)coords in android_glDrawTexxvOES___3II() 356 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES10.cpp | 271 (GLfixed)red, in android_glColor4x__IIII() 272 (GLfixed)green, in android_glColor4x__IIII() 273 (GLfixed)blue, in android_glColor4x__IIII() 274 (GLfixed)alpha in android_glColor4x__IIII() 716 (GLfixed)param in android_glFogx__II() 724 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II() 726 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II() 766 params_base = (GLfixed *) in android_glFogxv__I_3II() 772 (GLfixed *)params in android_glFogxv__I_3II() 788 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES11.cpp | 244 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() 246 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() 257 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 263 (GLfixed *)equation in android_glClipPlanex__I_3II() 279 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() 281 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining); in android_glClipPlanex__ILjava_nio_IntBuffer_2() 284 (GLfixed *)equation in android_glClipPlanex__ILjava_nio_IntBuffer_2() 639 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() 641 GLfixed *eqn = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() 654 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 397 (GLfixed)red, in android_glColor4x__IIII() 398 (GLfixed)green, in android_glColor4x__IIII() 399 (GLfixed)blue, in android_glColor4x__IIII() 400 (GLfixed)alpha in android_glColor4x__IIII() 842 (GLfixed)param in android_glFogx__II() 850 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II() 852 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II() 892 params_base = (GLfixed *) in android_glFogxv__I_3II() 898 (GLfixed *)params in android_glFogxv__I_3II() 914 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES10Ext.cpp | 110 GLfixed *mantissa_base = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() 112 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() 133 mantissa_base = (GLfixed *) in android_glQueryMatrixxOES___3II_3II() 158 (GLfixed *)mantissa, in android_glQueryMatrixxOES___3II_3II() 183 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 187 mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 200 (GLfixed *)mantissa, in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 69 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 bottom, GLfixed top, GLfixed z… 521 GLAPI void APIENTRY glLightModelx (GLenum pname, GLfixed param); 522 GLAPI void APIENTRY glLightModelxv (GLenum pname, const GLfixed *params); 525 GLAPI void APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param); 526 GLAPI void APIENTRY glLightxv (GLenum light, GLenum pname, const GLfixed *params); 528 GLAPI void APIENTRY glLineWidthx (GLfixed width); [all …]
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 16 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 25 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) { 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 52 void API_ENTRY(glColor4xOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 58 void API_ENTRY(glFogxOES)(GLenum pname, GLfixed param) { 61 void API_ENTRY(glFogxvOES)(GLenum pname, const GLfixed *params) { 64 void API_ENTRY(glFrustumxOES)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe… 67 void API_ENTRY(glGetClipPlanexOES)(GLenum pname, GLfixed eqn[4]) { 70 void API_ENTRY(glGetFixedvOES)(GLenum pname, GLfixed *params) { 73 void API_ENTRY(glGetLightxvOES)(GLenum light, GLenum pname, GLfixed *params) { [all …]
|
D | gl_api.in | 151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) { 157 void API_ENTRY(glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 220 void API_ENTRY(glFogx)(GLenum pname, GLfixed param) { 223 void API_ENTRY(glFogxv)(GLenum pname, const GLfixed *params) { 229 void API_ENTRY(glFrustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,… 238 void API_ENTRY(glGetClipPlanex)(GLenum pname, GLfixed eqn[4]) { 250 void API_ENTRY(glGetFixedv)(GLenum pname, GLfixed *params) { 256 void API_ENTRY(glGetLightxv)(GLenum light, GLenum pname, GLfixed *params) { 259 void API_ENTRY(glGetMaterialxv)(GLenum face, GLenum pname, GLfixed *params) { 271 void API_ENTRY(glGetTexEnvxv)(GLenum env, GLenum pname, GLfixed *params) { [all …]
|
/frameworks/base/opengl/tests/angeles/ |
D | demo.c | 81 GLfixed *vertexArray; 83 GLfixed *normalArray; 125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents * in newGLObject() 126 sizeof(GLfixed)); in newGLObject() 130 result->normalArray = (GLfixed *)malloc(vertices * 3 * in newGLObject() 131 sizeof(GLfixed)); in newGLObject() 417 static const GLfixed quadVertices[] = { in drawFadeQuad() 432 const GLfixed fadeColor = minFade << 6; in drawFadeQuad() 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective() 513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536), in gluPerspective() [all …]
|
/frameworks/base/include/private/opengles/ |
D | gl_context.h | 87 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; 168 GLfixed factor; [all …]
|