Home
last modified time | relevance | path

Searched defs:zNear (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp81 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 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 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 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 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
976 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES()
[all …]
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp339 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 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 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 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 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… in glFrustumxOES()
1531 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… in glOrthoxOES()
1751 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES()
[all …]
Dgl_enc.cpp156 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/
Dgl2_entry.cpp446 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
Dgl2_enc.cpp1065 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()