/sdk/emulator/opengl/host/libs/Translator/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))
|
/sdk/emulator/opengl/host/libs/Translator/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);
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.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 …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 91 void, glDepthRangef, GLclampf zNear, GLclampf zFar 92 void, glDepthRangefOES, GLclampf zNear, GLclampf zFar 93 void, glDepthRangex, GLclampx zNear, GLclampx zFar 94 void, glDepthRangexOES, GLclampx zNear, GLclampx zFar 150 void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 151 void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLflo… 152 void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 153 void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix… 295 void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 296 void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… [all …]
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.h | 64 void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar); 77 …tum) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 120 …tho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
D | GLEScmImp.cpp | 522 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { in glDepthRangef() argument 524 ctx->dispatcher().glDepthRange(zNear,zFar); in glDepthRangef() 527 GL_API void GL_APIENTRY glDepthRangex( GLclampx zNear, GLclampx zFar) { in glDepthRangex() argument 529 ctx->dispatcher().glDepthRange(X2F(zNear),X2F(zFar)); in glDepthRangex() 663 …lFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { in glFrustumf() argument 665 ctx->dispatcher().glFrustum(left,right,bottom,top,zNear,zFar); in glFrustumf() 668 …lFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) { in glFrustumx() argument 670 ctx->dispatcher().glFrustum(X2F(left),X2F(right),X2F(bottom),X2F(top),X2F(zNear),X2F(zFar)); in glFrustumx() 1258 … glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { in glOrthof() argument 1260 ctx->dispatcher().glOrtho(left,right,bottom,top,zNear,zFar); in glOrthof() [all …]
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 58 static void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar); 134 …tum) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 162 …tho) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | DummyGLfuncs.cpp | 41 void GLAPIENTRY dummy_glDepthRange(GLclampd zNear, GLclampd zFar){} in dummy_glDepthRange() argument 100 …stum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar){} in dummy_glFrustum() argument 128 …rtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar){} in dummy_glOrtho() argument
|
D | DummyGLfuncs.h | 48 void GLAPIENTRY dummy_glDepthRange(GLclampd zNear, GLclampd zFar); 107 …ustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 135 …Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 520 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar){ in glDepthRangef() argument 522 ctx->dispatcher().glDepthRange(zNear,zFar); in glDepthRangef()
|