Searched refs:glClipPlanex (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 73 glClipPlanex_t glClipPlanex; member
|
D | GLDispatch.cpp | 90 s_gl.glClipPlanex = (glClipPlanex_t) s_gles_lib->findSymbol("glClipPlanex"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 80 #void glClipPlanex(GLenum plane, GLfixed *eqn) 81 glClipPlanex
|
D | gl.in | 79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 645 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/ |
D | GLProtoBuf.java | 70 glClipPlanex(39, 39), enumConstant 563 case 39: return glClipPlanex; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 52 void, glClipPlanex, GLenum plane, const GLfixed* equation
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 402 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex() function
|