Home
last modified time | relevance | path

Searched refs:zFar (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in45 (GLclampf zNear, GLclampf zFar),
46 (zNear, zFar))
49 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
50 (left, right, bottom, top, zNear, zFar))
53 (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar),
54 (left, right, bottom, top, zNear, zFar))
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp81 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() argument
83 getDispatch()->glDepthRangef(zNear, zFar); in glDepthRangef()
96 …d glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf() argument
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf()
186 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() argument
188 getDispatch()->glOrthof(left, right, bottom, top, zNear, zFar); in glOrthof()
376 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() argument
378 getDispatch()->glDepthRangex(zNear, zFar); in glDepthRangex()
436 …d glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx() argument
438 getDispatch()->glFrustumx(left, right, bottom, top, zNear, zFar); in glFrustumx()
[all …]
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp14 void glDepthRangef(GLclampf zNear, GLclampf zFar);
17 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
35 …id glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
72 void glDepthRangex(GLclampx zNear, GLclampx zFar);
84 … glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
120 …id glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
190 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
193 …FrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
212 …glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
248 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
[all …]
Dgl_enc.cpp156 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() argument
175 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangef_enc()
236 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf_enc() argument
259 memcpy(ptr, &zFar, 4); ptr += 4; in glFrustumf_enc()
793 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof_enc() argument
816 memcpy(ptr, &zFar, 4); ptr += 4; in glOrthof_enc()
1787 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc() argument
1806 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangex_enc()
2067 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx_enc() argument
2090 memcpy(ptr, &zFar, 4); ptr += 4; in glFrustumx_enc()
[all …]
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_entry.cpp45 void glDepthRangef(GLclampf zNear, GLclampf zFar);
446 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() argument
449 ctx->glDepthRangef(ctx, zNear, zFar); in glDepthRangef()
Dgl2_enc.cpp1065 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() argument
1084 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangef_enc()