Home
last modified time | relevance | path

Searched refs:glDepthRangef (Results 1 – 11 of 11) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h28 glDepthRangef_t glDepthRangef; member
DGLDispatch.cpp45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java106 glDepthRangef(75, 75), enumConstant
703 case 75: return glDepthRangef; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp115 …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/
DStateTransformFactory.java82 case glDepthRangef: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in113 void, glDepthRangef, GLclampf zNear, GLclampf zFar
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp520 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar){ in glDepthRangef() function