Searched refs:glClipPlanefIMG (Results 1 – 7 of 7) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 265 glClipPlanefIMG_t glClipPlanefIMG; member
|
D | GLDispatch.cpp | 282 s_gl.glClipPlanefIMG = (glClipPlanefIMG_t) s_gles_lib->findSymbol("glClipPlanefIMG"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 535 #void glClipPlanefIMG(GLenum plane, GLfloat *equation) 536 glClipPlanefIMG
|
D | gl.in | 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 68 glClipPlanefIMG(37, 37), enumConstant 561 case 37: return glClipPlanefIMG; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | glext.h | 947 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 50 void, glClipPlanefIMG, GLenum p, const GLfloat* eqn
|