/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 | 59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 80 void glFogx(GLenum pname, GLfixed param); 81 void glFogxv(GLenum pname, const GLfixed* params); 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 86 void glClipPlanex(GLenum pname, const GLfixed* eqn); 90 void glGetFixedv(GLenum pname, GLfixed* params); 92 void glGetLightxv(GLenum light, GLenum pname, GLfixed* params); 93 void glGetMaterialxv(GLenum face, GLenum pname, GLfixed* params); 97 void glGetTexEnvxv(GLenum env, GLenum pname, GLfixed* params); 99 void glGetTexParameterxv(GLenum target, GLenum pname, GLfixed* params); [all …]
|
D | gl_enc.cpp | 1478 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() 1999 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc() 2025 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc() 2033 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glFogxv_enc() 2078 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() 2187 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc() 2195 const unsigned int __size_eqn = (4 * sizeof(GLfixed)); in glClipPlanex_enc() 2332 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc() 2340 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glGetFixedv_enc() 2410 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc() [all …]
|
D | GLEncoder.h | 118 static void s_glGetFixedv(void *self, GLenum pname, GLfixed *ptr); 153 static void s_glGetTexParameterxv(void* self, GLenum target, GLenum pname, GLfixed* params); 157 static void s_glTexParameterx(void* self, GLenum target, GLenum pname, GLfixed param); 159 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/include/GLES/ |
D | glext.h | 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 623 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, G… 626 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 673 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param); 674 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params); 675 …API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… 676 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 …]
|
/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
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 58 typedef khronos_int32_t GLfixed; typedef
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 58 typedef khronos_int32_t GLfixed; typedef
|
D | gl31.h | 58 typedef khronos_int32_t GLfixed; typedef
|