Searched refs:glClipPlanef (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 23 {"glClipPlanef", (void *)glClipPlanef},
|
D | gles_dispatch.h | 26 glClipPlanef_t glClipPlanef; member 298 …t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; ret… in set_glClipPlanef()
|
D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() function 73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 14 {"glClipPlanef", (void*)glClipPlanef},
|
D | gl_client_context.h | 16 glClipPlanef_client_proc_t glClipPlanef; member
|
D | gl_client_context.cpp | 16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 12 void glClipPlanef(GLenum plane, const GLfloat* equation); 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() function 330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
|
D | gl_enc.cpp | 8174 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
|