Home
last modified time | relevance | path

Searched refs:glClipPlanex (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h73 glClipPlanex_t glClipPlanex; member
DGLDispatch.cpp90 s_gl.glClipPlanex = (glClipPlanex_t) s_gles_lib->findSymbol("glClipPlanex"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib80 #void glClipPlanex(GLenum plane, GLfixed *eqn)
81 glClipPlanex
Dgl.in79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java70 glClipPlanex(39, 39), enumConstant
563 case 39: return glClipPlanex; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in52 void, glClipPlanex, GLenum plane, const GLfixed* equation
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp402 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex() function