Searched refs:glClipPlanefOES (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.in | 56 API_ENTRY(glClipPlanefOES,
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 246 glClipPlanefOES_t glClipPlanefOES; member
|
D | GLDispatch.cpp | 263 s_gl.glClipPlanefOES = (glClipPlanefOES_t) s_gles_lib->findSymbol("glClipPlanefOES"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 530 #void glClipPlanefOES(GLenum plane, GLfloat *equation) 531 glClipPlanefOES
|
D | gl.in | 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 69 glClipPlanefOES(38, 38), enumConstant 562 case 38: return glClipPlanefOES; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | glext.h | 740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 51 void, glClipPlanefOES, GLenum plane, const GLfloat* equation
|