Searched refs:glClipPlanex (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 70 {"glClipPlanex", (void *)glClipPlanex},
|
D | gles_dispatch.h | 73 glClipPlanex_t glClipPlanex; member 345 …t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; ret… in set_glClipPlanex()
|
D | gles.cpp | 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() function 308 getDispatch()->glClipPlanex(plane, equation); in glClipPlanex()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 89 {"glClipPlanex", (void*)glClipPlanex},
|
D | gl_client_context.h | 91 glClipPlanex_client_proc_t glClipPlanex; member
|
D | gl_client_context.cpp | 91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 87 void glClipPlanex(GLenum pname, const GLfixed* eqn); 779 void glClipPlanex(GLenum pname, const GLfixed* eqn) in glClipPlanex() function 782 ctx->glClipPlanex(ctx, pname, eqn); in glClipPlanex()
|
D | gl_enc.cpp | 8249 this->glClipPlanex = &glClipPlanex_enc; in gl_encoder_context_t()
|