/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 | 66 typedef void (gl_APIENTRY *glColor4x_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed… 87 typedef void (gl_APIENTRY *glFogx_client_proc_t) (void * ctx, GLenum, GLfixed); 88 typedef void (gl_APIENTRY *glFogxv_client_proc_t) (void * ctx, GLenum, const GLfixed*); 90 …_APIENTRY *glFrustumx_client_proc_t) (void * ctx, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLf… 93 typedef void (gl_APIENTRY *glClipPlanex_client_proc_t) (void * ctx, GLenum, const GLfixed*); 97 typedef void (gl_APIENTRY *glGetFixedv_client_proc_t) (void * ctx, GLenum, GLfixed*); 99 typedef void (gl_APIENTRY *glGetLightxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 100 typedef void (gl_APIENTRY *glGetMaterialxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 104 typedef void (gl_APIENTRY *glGetTexEnvxv_client_proc_t) (void * ctx, GLenum, GLenum, GLfixed*); 106 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 | 1480 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() 2001 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc() 2027 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc() 2035 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glFogxv_enc() 2080 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc() 2189 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc() 2197 const unsigned int __size_eqn = (4 * sizeof(GLfixed)); in glClipPlanex_enc() 2334 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc() 2342 const unsigned int __size_params = (glUtilsParamSize(pname) * sizeof(GLfixed)); in glGetFixedv_enc() 2412 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc() [all …]
|
D | GLEncoder.h | 119 static void s_glGetFixedv(void *self, GLenum pname, GLfixed *ptr); 154 static void s_glGetTexParameterxv(void* self, GLenum target, GLenum pname, GLfixed* params); 158 static void s_glTexParameterx(void* self, GLenum target, GLenum pname, GLfixed param); 160 static void s_glTexParameterxv(void* self, GLenum target, GLenum pname, const GLfixed* params);
|
D | GLEncoder.cpp | 153 void GLEncoder::s_glGetFixedv(void *self, GLenum param, GLfixed *ptr) in s_glGetFixedv() 185 if (!state->getClientStateParameter<GLfixed>(param,ptr)) { in s_glGetFixedv() 795 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv() 882 GLenum target, GLenum pname, GLfixed param) in s_glTexParameterx() 918 GLenum target, GLenum pname, const GLfixed* params) in s_glTexParameterxv()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 73 GL_ENTRY(void, glFogx, GLenum pname, GLfixed param) 74 GL_ENTRY(void, glFogxv, GLenum pname, const GLfixed *params) 76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,… 79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn) 83 GL_ENTRY(void, glGetFixedv, GLenum pname, GLfixed *params) 85 GL_ENTRY(void, glGetLightxv, GLenum light, GLenum pname, GLfixed *params) 86 GL_ENTRY(void, glGetMaterialxv, GLenum face, GLenum pname, GLfixed *params) 90 GL_ENTRY(void, glGetTexEnvxv, GLenum env, GLenum pname, GLfixed *params) 92 GL_ENTRY(void, glGetTexParameterxv, GLenum target, GLenum pname, GLfixed *params) [all …]
|
D | gles1.attrib | 40 len eqn (4 * sizeof(GLfixed)) 112 len params (sizeof(GLfixed)) 115 len m (16 * sizeof(GLfixed)) 118 len m (16 * sizeof(GLfixed)) 223 len coords (5 * sizeof(GLfixed)) 230 len equation (4 * sizeof(GLfixed)) 234 len equation (4 * sizeof(GLfixed)) 241 len eqn (4 * sizeof(GLfixed)) 245 len eqn (4 * sizeof(GLfixed)) 270 len m (16 * sizeof(GLfixed)) [all …]
|
D | gles1.types | 7 GLfixed 32 0x%08x 23 GLfixed* 32 0x%08x
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 58 void glClipPlanex(GLenum plane, const GLfixed *equation); 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 zF… 87 void glGetClipPlanex(GLenum pname, 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); [all …]
|
D | gles1_extensions.entries | 11 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 14 void glDrawTexxvOES(const GLfixed *coords);
|
/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/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.types | 7 GLfixed 32 0x%08x 23 GLfixed* 32 0x%08x
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 43 typedef khronos_int32_t GLfixed; typedef
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 182 static void glGetTexGenxvOES(GLenum, GLenum, GLfixed*) { in glGetTexGenxvOES() argument 211 static GLbitfield glQueryMatrixxOES(GLfixed*, GLint*) { in glQueryMatrixxOES() argument 232 static void glTexGenxOES(GLenum, GLenum, GLfixed) { in glTexGenxOES() argument 236 static void glTexGenxvOES(GLenum, GLenum, const GLfixed*) { in glTexGenxvOES() argument
|
/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
|