Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in56 API_ENTRY(glClipPlanefOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h246 glClipPlanefOES_t glClipPlanefOES; member
DGLDispatch.cpp263 s_gl.glClipPlanefOES = (glClipPlanefOES_t) s_gles_lib->findSymbol("glClipPlanefOES"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib530 #void glClipPlanefOES(GLenum plane, GLfloat *equation)
531 glClipPlanefOES
Dgl.in250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java69 glClipPlanefOES(38, 38), enumConstant
562 case 38: return glClipPlanefOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in51 void, glClipPlanefOES, GLenum plane, const GLfloat* equation