Searched refs:glClipPlanexIMG (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 263 {"glClipPlanexIMG", (void *)glClipPlanexIMG},
|
D | gles_dispatch.h | 266 glClipPlanexIMG_t glClipPlanexIMG; member 538 …PlanexIMG(glClipPlanexIMG_t f) { glClipPlanexIMG_t retval = glClipPlanexIMG; glClipPlanexIMG = f; … in set_glClipPlanexIMG()
|
D | gles.cpp | 1271 void glClipPlanexIMG(GLenum p, const GLfixed *eqn) in glClipPlanexIMG() function 1273 getDispatch()->glClipPlanexIMG(p, eqn); in glClipPlanexIMG()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 172 {"glClipPlanexIMG", (void*)glClipPlanexIMG},
|
D | gl_client_context.h | 192 glClipPlanexIMG_client_proc_t glClipPlanexIMG; member
|
D | gl_client_context.cpp | 192 glClipPlanexIMG = (glClipPlanexIMG_client_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
|
D | gl_entry.cpp | 187 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()
|
D | gl_enc.cpp | 8551 this->glClipPlanexIMG = &glClipPlanexIMG_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 330 glClipPlanexIMG = glClipPlanex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 232 glClipPlanexIMG
|
D | gles1.in | 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 1153 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
|