Searched refs:glClipPlanefIMG (Results 1 – 12 of 12) 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 | 251 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 | 8615 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 328 glClipPlanefIMG = glClipPlanef; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 338 glClipPlanefIMG
|
D | gles1.in | 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 1152 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
|