Home
last modified time | relevance | path

Searched refs:zNear (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 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 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 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 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 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
35 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
72 void glDepthRangex(GLclampx zNear, GLclampx zFar);
84 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
120 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
190 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
193 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
212 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed …
248 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
[all …]
Dgl_enc.cpp156 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() argument
174 memcpy(ptr, &zNear, 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
258 memcpy(ptr, &zNear, 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
815 memcpy(ptr, &zNear, 4); ptr += 4; in glOrthof_enc()
1787 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc() argument
1805 memcpy(ptr, &zNear, 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
2089 memcpy(ptr, &zNear, 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
1083 memcpy(ptr, &zNear, 4); ptr += 4; in glDepthRangef_enc()