/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | matrix_transform.inl | 104 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 …]
|
D | matrix_transform.hpp | 107 T zNear, 127 T zNear, 147 T zNear,
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_functions.h | 50 …e right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top,… 69 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 71 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 76 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \ 79 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, … 97 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, …
|
D | gles12tr_internal.h | 76 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 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 113 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 114 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, … 115 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, … 223 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 224 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, … [all …]
|
D | gles1_only_static_translator_namespaced_header.h | 50 …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);
|
D | gles_common_functions.h | 35 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/ |
D | gles1_only_dispatch_logging_wrappers.impl | 214 …pper(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) { 215 …OG("glOrtho(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, z… 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 …"glFrustumf(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, z… 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 …G("glOrthof(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right, bottom, top, z… 321 GLDispatch::glOrthof_underlying(left, right, bottom, top, zNear, zFar); 344 void glDepthRangex_dispatchLoggingWrapper(GLclampx zNear, GLclampx zFar) { [all …]
|
D | gles1_only.entries | 48 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble… 67 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 69 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar… 74 void glDepthRangex(GLclampx zNear, GLclampx zFar); 77 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… 95 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
|
D | gles12tr_internal.entries | 74 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 void glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… 111 void glFrustumfOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa… 112 void glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 113 void glFrustumxOES( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 221 void glOrthofOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 222 void glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa… [all …]
|
D | gles_common_dispatch_logging_wrappers.impl | 124 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);
|
D | gles1_stubbed_in_translator_namespace.entries | 27 void glDepthRange(GLclampd zNear, GLclampd zFar); 93 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble… 95 void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdoub…
|
D | gles_common_for_gles1.entries | 34 void glDepthRange(GLclampd zNear, GLclampd zFar); 35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common.entries | 33 void glDepthRange(GLclampd zNear, GLclampd zFar); 34 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common_for_gles2.entries | 34 void glDepthRange(GLclampd zNear, GLclampd zFar); 35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles2_stubbed_in_translator_namespace.entries | 9 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 45 (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/ |
D | ClientAPIExts.in | 45 (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/ |
D | gl_entry.cpp | 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 16 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… 34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa… 71 void glDepthRangex(GLclampx zNear, GLclampx zFar); 83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z… 119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa… 189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar); 192 …void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe… 211 …void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); [all …]
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 568 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 …]
|
D | gl.h | 598 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/ |
D | gles1.in | 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 9 GL_ENTRY(void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,… 27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G… 64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar) 76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,… 112 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… 189 GL_ENTRY(void, glDepthRangexOES, GLclampx zNear, GLclampx zFar) 192 …FrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) 211 GL_ENTRY(void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear… 247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar) [all …]
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 676 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 …]
|
D | gl.h | 598 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/ |
D | GlesFuncs.h | 52 X(void, glDepthRangef, (GLfloat zNear, GLfloat zFar), (zNear, zFar)) \ 115 …e right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top,… 143 …e right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar), (left, right, bottom, top,… 162 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 164 …loat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar), (left, right, bottom, top, … 169 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \ 172 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, … 190 …ixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar), (left, right, bottom, top, …
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 145 …void orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 146 …void frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
|