Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h26 glClipPlanef_t glClipPlanef; member
DGLDispatch.cpp43 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib5 #void glClipPlanef(GLenum plane, GLfloat *equation)
6 glClipPlanef
Dgl.in4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java67 glClipPlanef(36, 36), enumConstant
560 case 36: return glClipPlanef; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp118 …glesExtensions)["glClipPlanefOES"] = (__translatorMustCastToProperFunctionPointerType)glClipPlanef; in getProcAddress()
392 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) { in glClipPlanef() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in49 void, glClipPlanef, GLenum plane, const GLfloat* equation