Home
last modified time | relevance | path

Searched refs:GLfixed (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_proc.h73 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 …]
Dgles.cpp306 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/
Dgl_client_proc.h63 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 …]
Dgl_entry.cpp60 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 …]
Dgl_enc.cpp902 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc()
1233 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc()
1249 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc()
1255 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glFogxv_enc()
1282 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed in glFrustumx_enc()
1339 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc()
1345 const unsigned int __size_eqn = (4 * sizeof(GLfixed)); in glClipPlanex_enc()
1411 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc()
1417 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glGetFixedv_enc()
1447 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc()
[all …]
DGLEncoder.h106 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);
DGLEncoder.cpp148 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv()
180 if (!state->getClientStateParameter<GLfixed>(param,ptr)) { in s_glGetFixedv()
758 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv()
849 GLenum target, GLenum pname, GLfixed param) in s_glTexParameterx()
887 GLenum target, GLenum pname, const GLfixed* params) in s_glTexParameterxv()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in89 (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/
Dgl_base_types.h43 typedef khronos_int32_t GLfixed; typedef