Home
last modified time | relevance | path

Searched refs:glClipPlanef (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h23 {"glClipPlanef", (void *)glClipPlanef},
Dgles_dispatch.h26 glClipPlanef_t glClipPlanef; member
298 …t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; ret… in set_glClipPlanef()
Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() function
73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h14 {"glClipPlanef", (void*)glClipPlanef},
Dgl_client_context.h16 glClipPlanef_client_proc_t glClipPlanef; member
Dgl_client_context.cpp16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
Dgl_entry.cpp11 void glClipPlanef(GLenum plane, const GLfloat* equation);
325 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() function
328 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
Dgl_enc.cpp8289 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);