Home
last modified time | relevance | path

Searched refs:glDepthRangex (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h87 glDepthRangex_t glDepthRangex; member
DGLDispatch.cpp104 s_gl.glDepthRangex = (glDepthRangex_t) s_gles_lib->findSymbol("glDepthRangex"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java108 glDepthRangex(77, 77), enumConstant
601 case 77: return glDepthRangex; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in93 void, glDepthRangex, GLclampx zNear, GLclampx zFar
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp527 GL_API void GL_APIENTRY glDepthRangex( GLclampx zNear, GLclampx zFar) { in glDepthRangex() function