Home
last modified time | relevance | path

Searched refs:glClipPlanexIMG (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h263 {"glClipPlanexIMG", (void *)glClipPlanexIMG},
Dgles_dispatch.h266 glClipPlanexIMG_t glClipPlanexIMG; member
538 …PlanexIMG(glClipPlanexIMG_t f) { glClipPlanexIMG_t retval = glClipPlanexIMG; glClipPlanexIMG = f; … in set_glClipPlanexIMG()
Dgles.cpp1271 void glClipPlanexIMG(GLenum p, const GLfixed *eqn) in glClipPlanexIMG() function
1273 getDispatch()->glClipPlanexIMG(p, eqn); in glClipPlanexIMG()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h172 {"glClipPlanexIMG", (void*)glClipPlanexIMG},
Dgl_client_context.h192 glClipPlanexIMG_client_proc_t glClipPlanexIMG; member
Dgl_client_context.cpp192 glClipPlanexIMG = (glClipPlanexIMG_client_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
Dgl_entry.cpp187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() function
1390 ctx->glClipPlanexIMG(ctx, plane, equation); in glClipPlanexIMG()
Dgl_enc.cpp8551 this->glClipPlanexIMG = &glClipPlanexIMG_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp330 glClipPlanexIMG = glClipPlanex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib232 glClipPlanexIMG
Dgles1.in187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1153 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);