Searched refs:glClipPlanefOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 243 {"glClipPlanefOES", (void *)glClipPlanefOES},
|
D | gles_dispatch.h | 246 glClipPlanefOES_t glClipPlanefOES; member 518 …PlanefOES(glClipPlanefOES_t f) { glClipPlanefOES_t retval = glClipPlanefOES; glClipPlanefOES = f; … in set_glClipPlanefOES()
|
D | gles.cpp | 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES() function 1173 getDispatch()->glClipPlanefOES(plane, equation); in glClipPlanefOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 235 {"glClipPlanefOES", (void*)glClipPlanefOES},
|
D | gl_client_context.h | 255 glClipPlanefOES_client_proc_t glClipPlanefOES; member
|
D | gl_client_context.cpp | 255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 251 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() function 1772 ctx->glClipPlanefOES(ctx, plane, equation); in glClipPlanefOES()
|
D | gl_enc.cpp | 8413 this->glClipPlanefOES = &glClipPlanefOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 56 API_ENTRY(glClipPlanefOES,
|