Searched refs:glClipPlanex (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h89 {"glClipPlanex", (void*)glClipPlanex},
H A Dgl_client_context.h91 glClipPlanex_client_proc_t glClipPlanex; member in struct:gl_client_context_t
H A Dgl_client_context.cpp91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData);
H A Dgl_entry.cpp86 void glClipPlanex(GLenum pname, const GLfixed* eqn);
777 void glClipPlanex(GLenum pname, const GLfixed* eqn) function
780 ctx->glClipPlanex(ctx, pname, eqn);
H A Dgl_enc.cpp8364 this->glClipPlanex = &glClipPlanex_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h70 {"glClipPlanex", (void *)glClipPlanex},
H A Dgles_dispatch.h73 glClipPlanex_t glClipPlanex; member in struct:gles_dispatch
345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
H A Dgles.cpp306 void glClipPlanex(GLenum plane, const GLfixed *equation) function
308 getDispatch()->glClipPlanex(plane, equation);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);

Completed in 65 milliseconds