Home
last modified time | relevance | path

Searched refs:glClipPlanex (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h70 {"glClipPlanex", (void *)glClipPlanex},
Dgles_dispatch.h73 glClipPlanex_t glClipPlanex; member
345 …t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; ret… in set_glClipPlanex()
Dgles.cpp306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() function
308 getDispatch()->glClipPlanex(plane, equation); in glClipPlanex()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h89 {"glClipPlanex", (void*)glClipPlanex},
Dgl_client_context.h91 glClipPlanex_client_proc_t glClipPlanex; member
Dgl_client_context.cpp91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
Dgl_entry.cpp86 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()
Dgl_enc.cpp8450 this->glClipPlanex = &glClipPlanex_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp330 glClipPlanexIMG = glClipPlanex; in GLESv1()
331 glClipPlanexOES = glClipPlanex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib38 glClipPlanex
Dgles1.in79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries58 void glClipPlanex(GLenum plane, const GLfixed *equation);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);