Searched refs:glDepthRangef (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 28 glDepthRangef_t glDepthRangef; member
|
D | GLDispatch.cpp | 45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef"); in init_gl_dispatch()
|
/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/Translator/include/GLES/ |
D | gl.h | 598 GL_API 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/GLESv1_dec/ |
D | gl.in | 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 106 glDepthRangef(75, 75), enumConstant 703 case 75: return glDepthRangef; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 115 …esExtensions)["glDepthRangefOES"] = (__translatorMustCastToProperFunctionPointerType)glDepthRangef; in getProcAddress() 522 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { in glDepthRangef() function
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 82 case glDepthRangef: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 113 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() function
|