Searched defs:glClipPlanef (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h16 glClipPlanef_client_proc_t glClipPlanef; member in struct:gl_client_context_t
H A Dgl_entry.cpp11 void glClipPlanef(GLenum plane, const GLfloat* equation);
325 void glClipPlanef(GLenum plane, const GLfloat* equation) function
328 ctx->glClipPlanef(ctx, plane, equation);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) function
73 getDispatch()->glClipPlanef(plane, equation);
H A Dgles_dispatch.h26 glClipPlanef_t glClipPlanef; member in struct:gles_dispatch
298 glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return retval;}

Completed in 18 milliseconds