Searched refs:glClipPlanefIMG (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 262 {"glClipPlanefIMG", (void *)glClipPlanefIMG},
|
D | gles_dispatch.h | 265 glClipPlanefIMG_t glClipPlanefIMG; member 537 …PlanefIMG(glClipPlanefIMG_t f) { glClipPlanefIMG_t retval = glClipPlanefIMG; glClipPlanefIMG = f; … in set_glClipPlanefIMG()
|
D | gles.cpp | 1266 void glClipPlanefIMG(GLenum p, const GLfloat *eqn) in glClipPlanefIMG() function 1268 getDispatch()->glClipPlanefIMG(p, eqn); in glClipPlanefIMG()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 236 {"glClipPlanefIMG", (void*)glClipPlanefIMG},
|
D | gl_client_context.h | 256 glClipPlanefIMG_client_proc_t glClipPlanefIMG; member
|
D | gl_client_context.cpp | 256 glClipPlanefIMG = (glClipPlanefIMG_client_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
|
D | gl_entry.cpp | 252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG() function 1778 ctx->glClipPlanefIMG(ctx, plane, equation); in glClipPlanefIMG()
|
D | gl_enc.cpp | 8414 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()
|