/frameworks/native/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 )
|
D | GLES10Ext.spec | 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 3 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref) 4 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref) 19 GL_ENTRY(void, glClearColorx, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 20 GL_ENTRY(void, glClearColorxOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 23 GL_ENTRY(void, glClearDepthx, GLfixed depth) 24 GL_ENTRY(void, glClearDepthxOES, GLfixed depth) 31 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 32 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn) 33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 36 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) [all …]
|
D | entries.in | 6 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref) 7 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref) 75 GL_ENTRY(void, glClearColorx, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 76 GL_ENTRY(void, glClearColorxOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 79 GL_ENTRY(void, glClearDepthx, GLfixed depth) 80 GL_ENTRY(void, glClearDepthxOES, GLfixed depth) 92 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 93 GL_ENTRY(void, glClipPlanexIMG, GLenum p, const GLfixed *eqn) 94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) 97 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) [all …]
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 133 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, G… 136 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 167 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLfixed ref); 168 …ypedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfi… 169 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLfixed depth); 170 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 171 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed … 172 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLfixed n, GLfixed f); [all …]
|
D | gl.h | 58 typedef khronos_int32_t GLfixed; typedef 444 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 451 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 452 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 455 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 457 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 469 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f); 478 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); 479 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *param); 481 GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed … [all …]
|
/frameworks/native/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.1ext | 8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) 9 void glDrawTexxvOES ( const GLfixed *coords )
|
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.0ext | 1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
|
/frameworks/native/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/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 486 (GLfixed)x, in android_glDrawTexxOES__IIIII() 487 (GLfixed)y, in android_glDrawTexxOES__IIIII() 488 (GLfixed)z, in android_glDrawTexxOES__IIIII() 489 (GLfixed)width, in android_glDrawTexxOES__IIIII() 490 (GLfixed)height in android_glDrawTexxOES__IIIII() 681 GLfixed *coords_base = (GLfixed *) 0; in android_glDrawTexxvOES___3II() 683 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES___3II() 704 coords_base = (GLfixed *) in android_glDrawTexxvOES___3II() 709 (GLfixed *)coords in android_glDrawTexxvOES___3II() 732 GLfixed *coords = (GLfixed *) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES10.cpp | 559 (GLfixed)red, in android_glColor4x__IIII() 560 (GLfixed)green, in android_glColor4x__IIII() 561 (GLfixed)blue, in android_glColor4x__IIII() 562 (GLfixed)alpha in android_glColor4x__IIII() 1102 (GLfixed)param in android_glFogx__II() 1113 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II() 1115 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II() 1147 params_base = (GLfixed *) in android_glFogxv__I_3II() 1153 (GLfixed *)params in android_glFogxv__I_3II() 1176 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES11.cpp | 607 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() 609 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__I_3II() 624 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 630 (GLfixed *)equation in android_glClipPlanex__I_3II() 653 GLfixed *equation = (GLfixed *) 0; in android_glClipPlanex__ILjava_nio_IntBuffer_2() 661 …equation = (GLfixed *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanex__ILjava_nio_IntBuffer_2() 664 equation = (GLfixed *) (_equationBase + _bufferOffset); in android_glClipPlanex__ILjava_nio_IntBuffer_2() 668 (GLfixed *)equation in android_glClipPlanex__ILjava_nio_IntBuffer_2() 1114 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() 1116 GLfixed *eqn = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 343 (GLfixed)red, in android_glColor4x__IIII() 344 (GLfixed)green, in android_glColor4x__IIII() 345 (GLfixed)blue, in android_glColor4x__IIII() 346 (GLfixed)alpha in android_glColor4x__IIII() 914 (GLfixed)param in android_glFogx__II() 925 GLfixed *params_base = (GLfixed *) 0; in android_glFogxv__I_3II() 927 GLfixed *params = (GLfixed *) 0; in android_glFogxv__I_3II() 973 params_base = (GLfixed *) in android_glFogxv__I_3II() 979 (GLfixed *)params in android_glFogxv__I_3II() 1002 GLfixed *params = (GLfixed *) 0; in android_glFogxv__ILjava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES10Ext.cpp | 432 GLfixed *mantissa_base = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() 434 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() 458 mantissa_base = (GLfixed *) in android_glQueryMatrixxOES___3II_3II() 486 (GLfixed *)mantissa, in android_glQueryMatrixxOES___3II_3II() 519 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 529 …mantissa = (GLfixed *)getPointer(_env, mantissa_buf, (jarray*)&_mantissaArray, &_mantissaRemaining… in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 551 mantissa = (GLfixed *) (_mantissaBase + _mantissaBufferOffset); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 558 (GLfixed *)mantissa, in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 22 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 31 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) { 40 void API_ENTRY(glAlphaFuncxOES)(GLenum func, GLfixed ref) { 43 void API_ENTRY(glClearColorxOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 46 void API_ENTRY(glClearDepthxOES)(GLfixed depth) { 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 52 void API_ENTRY(glColor4xOES)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 55 void API_ENTRY(glDepthRangexOES)(GLfixed n, GLfixed f) { 58 void API_ENTRY(glFogxOES)(GLenum pname, GLfixed param) { 61 void API_ENTRY(glFogxvOES)(GLenum pname, const GLfixed *param) { [all …]
|
D | gl_api.in | 118 void API_ENTRY(glAlphaFuncx)(GLenum func, GLfixed ref) { 139 void API_ENTRY(glClearColorx)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 142 void API_ENTRY(glClearDepthx)(GLfixed depth) { 151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) { 157 void API_ENTRY(glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 193 void API_ENTRY(glDepthRangex)(GLfixed n, GLfixed f) { 220 void API_ENTRY(glFogx)(GLenum pname, GLfixed param) { 223 void API_ENTRY(glFogxv)(GLenum pname, const GLfixed *param) { 229 void API_ENTRY(glFrustumx)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) { 238 void API_ENTRY(glGetClipPlanex)(GLenum plane, GLfixed *equation) { [all …]
|
/frameworks/native/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/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 163 const GLfixed texCoords[] = { in Java_com_android_gljni_GLJNILib_step()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 236 const GLfixed texCoords[] = { in render()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 377 const GLfixed texCoords[] = { in render()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 64 typedef khronos_int32_t GLfixed; typedef
|