/device/generic/goldfish/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 …]
|
/device/generic/goldfish/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_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 | 1467 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() 1988 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc() 2014 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc() 2022 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glFogxv_enc() 2067 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() 2172 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc() 2180 const unsigned int __size_eqn = (4 * sizeof(GLfixed)); in glClipPlanex_enc() 2311 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc() 2319 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glGetFixedv_enc() 2385 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc() [all …]
|
D | GLEncoder.h | 107 static void s_glGetFixedv(void *self, GLenum pname, GLfixed *ptr); 142 static void s_glGetTexParameterxv(void* self, GLenum target, GLenum pname, GLfixed* params); 146 static void s_glTexParameterx(void* self, GLenum target, GLenum pname, GLfixed param); 148 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() 790 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv() 881 GLenum target, GLenum pname, GLfixed param) in s_glTexParameterx() 919 GLenum target, GLenum pname, const GLfixed* params) in s_glTexParameterxv()
|
/device/generic/goldfish/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),
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 43 typedef khronos_int32_t GLfixed; typedef
|