Searched refs:glClipPlanexOES (Results 1 - 7 of 7) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h171 {"glClipPlanexOES", (void*)glClipPlanexOES},
H A Dgl_client_context.h189 glClipPlanexOES_client_proc_t glClipPlanexOES; member in struct:gl_client_context_t
481 virtual glClipPlanexOES_client_proc_t set_glClipPlanexOES(glClipPlanexOES_client_proc_t f) { glClipPlanexOES_client_proc_t retval = glClipPlanexOES; glClipPlanexOES = f; return retval;}
H A Dgl_entry.cpp187 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) function
1384 ctx->glClipPlanexOES(ctx, plane, equation);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h181 {"glClipPlanexOES", (void *)glClipPlanexOES},
H A Dgles_dispatch.h184 glClipPlanexOES_t glClipPlanexOES; member in struct:gles_dispatch
456 glClipPlanexOES_t set_glClipPlanexOES(glClipPlanexOES_t f) { glClipPlanexOES_t retval = glClipPlanexOES; glClipPlanexOES = f; return retval;}
H A Dgles.cpp861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) function
863 getDispatch()->glClipPlanexOES(plane, equation);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);

Completed in 23 milliseconds