/device/generic/goldfish-opengl/system/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))
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 81 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/ |
D | gl_entry.cpp | 13 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 …]
|
D | gl_enc.cpp | 157 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() argument 176 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangef_enc() 237 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glFrustumf_enc() argument 260 memcpy(ptr, &zFar, 4); ptr += 4; in glFrustumf_enc() 806 …void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof_enc() argument 829 memcpy(ptr, &zFar, 4); ptr += 4; in glOrthof_enc() 1800 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc() argument 1819 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangex_enc() 2080 …void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glFrustumx_enc() argument 2103 memcpy(ptr, &zFar, 4); ptr += 4; in glFrustumx_enc() [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 16 … glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 34 void 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 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 6 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 …]
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 672 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar); 675 …rustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 693 …lOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 712 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar); 715 …MXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 733 …OXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); 846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 847 …rustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 848 …lOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); 853 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);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 44 void glDepthRangef(GLclampf zNear, GLclampf zFar); 664 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() argument 667 ctx->glDepthRangef(ctx, zNear, zFar); in glDepthRangef()
|
D | gl2_enc.cpp | 1072 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() argument 1091 memcpy(ptr, &zFar, 4); ptr += 4; in glDepthRangef_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
|