/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles_proc.h | 73 typedef void (* glClipPlanex_t) (GLenum, const GLfixed*); 75 typedef void (* glColor4x_t) (GLfixed, GLfixed, GLfixed, GLfixed); 96 typedef void (* glFogx_t) (GLenum, GLfixed); 97 typedef void (* glFogxv_t) (GLenum, const GLfixed*); 99 typedef void (* glFrustumx_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); 102 typedef void (* glGetClipPlanex_t) (GLenum, GLfixed*); 106 typedef void (* glGetFixedv_t) (GLenum, GLfixed*); 108 typedef void (* glGetLightxv_t) (GLenum, GLenum, GLfixed*); 109 typedef void (* glGetMaterialxv_t) (GLenum, GLenum, GLfixed*); 113 typedef void (* glGetTexEnvxv_t) (GLenum, GLenum, GLfixed*); [all …]
|
D | gles.cpp | 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() 421 void glFogx(GLenum pname, GLfixed param) in glFogx() 426 void glFogxv(GLenum pname, const GLfixed *params) in glFogxv() 436 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() 451 void glGetClipPlanex(GLenum pname, GLfixed eqn[4]) in glGetClipPlanex() 471 void glGetFixedv(GLenum pname, GLfixed *params) in glGetFixedv() 481 void glGetLightxv(GLenum light, GLenum pname, GLfixed *params) in glGetLightxv() 486 void glGetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in glGetMaterialxv() 506 void glGetTexEnvxv(GLenum env, GLenum pname, GLfixed *params) in glGetTexEnvxv() [all …]
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 63 typedef void (gl_APIENTRY *glColor4x_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed… 84 typedef void (gl_APIENTRY *glFogx_client_proc_t) (void * ctx, GLenum, GLfixed); 85 typedef void (gl_APIENTRY *glFogxv_client_proc_t) (void * ctx, GLenum, const GLfixed*); 87 …_APIENTRY *glFrustumx_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLf… 90 typedef void (gl_APIENTRY *glClipPlanex_client_proc_t) (void * ctx, GLenum, const GLfixed*); 94 typedef void (gl_APIENTRY *glGetFixedv_client_proc_t) (void * ctx, GLenum, GLfixed*); 96 typedef void (gl_APIENTRY *glGetLightxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 97 typedef void (gl_APIENTRY *glGetMaterialxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 101 typedef void (gl_APIENTRY *glGetTexEnvxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 103 typedef void (gl_APIENTRY *glGetTexParameterxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*… [all …]
|
D | gl_enc.h | 75 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 96 void glFogx_enc(void *self , GLenum pname, GLfixed param); 97 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params); 99 …void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed… 102 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn); 106 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params); 108 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params); 109 void glGetMaterialxv_enc(void *self , GLenum face, GLenum pname, GLfixed* params); 113 void glGetTexEnvxv_enc(void *self , GLenum env, GLenum pname, GLfixed* params); 115 void glGetTexParameterxv_enc(void *self , GLenum target, GLenum pname, GLfixed* params); [all …]
|
D | gl_entry.cpp | 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 81 void glFogx(GLenum pname, GLfixed param); 82 void glFogxv(GLenum pname, const GLfixed* params); 84 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 87 void glClipPlanex(GLenum pname, const GLfixed* eqn); 91 void glGetFixedv(GLenum pname, GLfixed* params); 93 void glGetLightxv(GLenum light, GLenum pname, GLfixed* params); 94 void glGetMaterialxv(GLenum face, GLenum pname, GLfixed* params); 98 void glGetTexEnvxv(GLenum env, GLenum pname, GLfixed* params); 100 void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed* params); [all …]
|
D | gl_enc.cpp | 899 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() 1230 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc() 1246 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc() 1252 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glFogxv_enc() 1279 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() 1336 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc() 1342 const unsigned int __size_eqn = (4 * sizeof(GLfixed)); in glClipPlanex_enc() 1408 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc() 1414 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glGetFixedv_enc() 1444 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc() [all …]
|
D | GLEncoder.h | 106 static void s_glGetFixedv(void *self, GLenum pname, GLfixed *ptr); 141 static void s_glGetTexParameterxv(void* self, GLenum target, GLenum pname, GLfixed* params); 145 static void s_glTexParameterx(void* self, GLenum target, GLenum pname, GLfixed param); 147 static void s_glTexParameterxv(void* self, GLenum target, GLenum pname, const GLfixed* params);
|
D | GLEncoder.cpp | 148 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv() 180 if (!state->getClientStateParameter<GLfixed>(param,ptr)) { in s_glGetFixedv() 756 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv() 847 GLenum target, GLenum pname, GLfixed param) in s_glTexParameterx() 885 GLenum target, GLenum pname, const GLfixed* params) in s_glTexParameterxv()
|
/development/ndk/platforms/android-4/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 …]
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 83 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)); 90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… 92 FNDEF(void, glLightxv, (GLenum light, GLenum pname, const GLfixed *params)); 94 FNDEF(void, glMaterialx, (GLenum face, GLenum pname, GLfixed param)); 95 FNDEF(void, glMaterialxv, (GLenum face, GLenum pname, const GLfixed *params)); 97 FNDEF(void, glMultMatrixx, (const GLfixed *m)); 101 FNDEF(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z)); 102 FNDEF(void, glScalex, (GLfixed x, GLfixed y, GLfixed z)); 104 FNDEF(void, glTranslatex, (GLfixed x, GLfixed y, GLfixed z));
|
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 …]
|
/development/tools/emulator/opengl/system/egl/ |
D | ClientAPIExts.in | 89 (GLenum coord, GLenum pname, GLfixed param), 93 (GLenum coord, GLenum pname, const GLfixed *params), 105 (GLenum coord, GLenum pname, GLfixed *params), 184 (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), 200 (const GLfixed *coords),
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 43 typedef khronos_int32_t GLfixed; typedef
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 35 typedef khronos_int32_t GLfixed; typedef
|