Home
last modified time | relevance | path

Searched refs:glClipPlanef (Results 1 – 13 of 13) 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);
327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() function
330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
Dgl_enc.cpp8375 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp328 glClipPlanefIMG = glClipPlanef; in GLESv1()
329 glClipPlanefOES = glClipPlanef; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib4 glClipPlanef
Dgles1.in4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries11 void glClipPlanef(GLenum plane, const GLfloat *equation);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);