Searched refs:glGetClipPlanexOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 187 {"glGetClipPlanexOES", (void *)glGetClipPlanexOES},
|
D | gles_dispatch.h | 190 glGetClipPlanexOES_t glGetClipPlanexOES; member 462 …(glGetClipPlanexOES_t f) { glGetClipPlanexOES_t retval = glGetClipPlanexOES; glGetClipPlanexOES = … in set_glGetClipPlanexOES()
|
D | gles.cpp | 891 void glGetClipPlanexOES(GLenum pname, GLfixed eqn[4]) in glGetClipPlanexOES() function 893 getDispatch()->glGetClipPlanexOES(pname, eqn); in glGetClipPlanexOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 178 {"glGetClipPlanexOES", (void*)glGetClipPlanexOES},
|
D | gl_client_context.h | 196 glGetClipPlanexOES_client_proc_t glGetClipPlanexOES; member
|
D | gl_client_context.cpp | 198 glGetClipPlanexOES = (glGetClipPlanexOES_client_proc_t) getProc("glGetClipPlanexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 194 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn); 1423 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn) in glGetClipPlanexOES() function 1426 ctx->glGetClipPlanexOES(ctx, pname, eqn); in glGetClipPlanexOES()
|
D | gl_enc.cpp | 5082 this->glGetClipPlanexOES = &glGetClipPlanexOES_enc; in gl_encoder_context_t()
|