Home
last modified time | relevance | path

Searched refs:glClipPlanefIMG (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h265 glClipPlanefIMG_t glClipPlanefIMG; member
DGLDispatch.cpp282 s_gl.glClipPlanefIMG = (glClipPlanefIMG_t) s_gles_lib->findSymbol("glClipPlanefIMG"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib535 #void glClipPlanefIMG(GLenum plane, GLfloat *equation)
536 glClipPlanefIMG
Dgl.in251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java68 glClipPlanefIMG(37, 37), enumConstant
561 case 37: return glClipPlanefIMG; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h947 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in50 void, glClipPlanefIMG, GLenum p, const GLfloat* eqn