Searched defs:zFar (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 81 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 96 …d glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf() 186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() 376 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() 436 …d glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx() 616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() 871 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) in glDepthRangexOES() 886 …lFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumxOES() 976 … glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthoxOES() 1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES() [all …]
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 339 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 357 …d glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf() 465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() 689 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() 761 …d glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx() 979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() 1399 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) in glDepthRangexOES() 1417 …lFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumxOES() 1531 … glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthoxOES() 1751 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES() [all …]
|
D | gl_enc.cpp | 156 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 236 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf_enc() 793 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof_enc() 1787 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc() 2067 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx_enc() 3128 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox_enc() 5040 void glDepthRangexOES_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangexOES_enc() 5120 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumxOES_enc() 5714 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthoxOES_enc() 6684 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangefOES_enc() [all …]
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 446 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
|
D | gl2_enc.cpp | 1065 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()
|