Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl104 T zNear, T zFar argument
108 return orthoLH(left, right, bottom, top, zNear, zFar);
110 return orthoRH(left, right, bottom, top, zNear, zFar);
119 T zNear, T zFar argument
129 Result[2][2] = static_cast<T>(1) / (zFar - zNear);
130 Result[3][2] = - zNear / (zFar - zNear);
132 Result[2][2] = static_cast<T>(2) / (zFar - zNear);
133 Result[3][2] = - (zFar + zNear) / (zFar - zNear);
144 T zNear, T zFar argument
154 Result[2][2] = - static_cast<T>(1) / (zFar - zNear);
[all …]
Dmatrix_transform.hpp108 T zFar);
128 T zFar);
148 T zFar);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_functions.h50 …double bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top, zNear, zFa…
69 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
71 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
76 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
79 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
97 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
Dgles12tr_internal.h76 X(void, glDepthRangef, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
77 X(void, glDepthRangefOES, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
78 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
79 X(void, glDepthRangexOES, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
112 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
113 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
114 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
115 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
223 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
224 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
[all …]
Dgles1_only_static_translator_namespaced_header.h50 …Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
69 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
71 …RY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
76 GL_APICALL void GL_APIENTRY glDepthRangex(GLclampx zNear, GLclampx zFar);
79 … glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
97 …RY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
Dgles_common_functions.h35 X(void, glDepthRange, (GLclampd zNear, GLclampd zFar), (zNear, zFar)) \
36 X(void, glDepthRangef, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only_dispatch_logging_wrappers.impl214 …pper(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) {
215 …tho(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, zNear, zF…
216 GLDispatch::glOrtho_underlying(left, right, bottom, top, zNear, zFar);
309 …ingWrapper(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) {
310 …umf(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, zNear, zF…
311 GLDispatch::glFrustumf_underlying(left, right, bottom, top, zNear, zFar);
319 …ingWrapper(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) {
320 …hof(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, zNear, zF…
321 GLDispatch::glOrthof_underlying(left, right, bottom, top, zNear, zFar);
344 void glDepthRangex_dispatchLoggingWrapper(GLclampx zNear, GLclampx zFar) {
[all …]
Dgles1_only.entries48 …Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
67 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
69 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
74 void glDepthRangex(GLclampx zNear, GLclampx zFar);
77 … glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
95 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
Dgles12tr_internal.entries74 void glDepthRangef( GLclampf zNear, GLclampf zFar);
75 void glDepthRangefOES( GLclampf zNear, GLclampf zFar);
76 void glDepthRangex( GLclampx zNear, GLclampx zFar);
77 void glDepthRangexOES( GLclampx zNear, GLclampx zFar);
110 …glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
111 …rustumfOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
112 …glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
113 …rustumxOES( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
221 …lOrthofOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
222 …d glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
[all …]
Dgles_common_dispatch_logging_wrappers.impl124 void glDepthRange_dispatchLoggingWrapper(GLclampd zNear, GLclampd zFar) {
125 DISPATCH_DEBUG_LOG("glDepthRange(zNear:%f, zFar:%f)", zNear, zFar);
126 GLDispatch::glDepthRange_underlying(zNear, zFar);
129 void glDepthRangef_dispatchLoggingWrapper(GLclampf zNear, GLclampf zFar) {
130 DISPATCH_DEBUG_LOG("glDepthRangef(zNear:%f, zFar:%f)", zNear, zFar);
131 GLDispatch::glDepthRangef_underlying(zNear, zFar);
Dgles1_stubbed_in_translator_namespace.entries27 void glDepthRange(GLclampd zNear, GLclampd zFar);
93 …Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
95 …ustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
Dgles_common_for_gles1.entries34 void glDepthRange(GLclampd zNear, GLclampd zFar);
35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common.entries33 void glDepthRange(GLclampd zNear, GLclampd zFar);
34 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common_for_gles2.entries34 void glDepthRange(GLclampd zNear, GLclampd zFar);
35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles2_stubbed_in_translator_namespace.entries9 void glDepthRange(GLclampd zNear, GLclampd zFar);
/hardware/google/gfxstream/host/gl/glestranslator/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))
/hardware/google/gfxstream/guest/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))
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp13 void glDepthRangef(GLclampf zNear, GLclampf zFar);
16 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
34 …id glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
83 … glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
119 …id glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
192 …FrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
211 …glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar);
[all …]
/hardware/google/gfxstream/include/GLES/
Dglext.h568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
571 …rustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 …lOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
608 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
611 …MXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 …OXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 …rustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 …lOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
744 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
[all …]
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 …glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 …Y glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
671 …glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 …Y glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
9 … glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
27 …d, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar)
76 … glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
112 …d, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
189 GL_ENTRY(void, glDepthRangexOES, GLclampx zNear, GLclampx zFar)
192 …FrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
211 …glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar)
[all …]
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h676 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
679 …rustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
697 …lOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
716 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
719 …MXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
737 …OXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
850 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
851 …rustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
852 …lOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
857 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
[all …]
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
601 …glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 …Y glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
671 …glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 …Y glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h52 X(void, glDepthRangef, (GLfloat zNear, GLfloat zFar), (zNear, zFar)) \
115 …double bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top, zNear, zFa…
143 …double bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top, zNear, zFa…
162 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
164 …, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, zNear, zFa…
169 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
172 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
190 …, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, zNear, zFa…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h145 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
146 …id frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);

12