Searched refs:glClipPlanef (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 26 glClipPlanef_t glClipPlanef; member
|
D | GLDispatch.cpp | 43 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 6 glClipPlanef
|
D | gl.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 596 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/ |
D | GLProtoBuf.java | 67 glClipPlanef(36, 36), enumConstant 560 case 36: return glClipPlanef; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 118 …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/ |
D | entries.in | 49 void, glClipPlanef, GLenum plane, const GLfloat* equation
|