Searched refs:glGetClipPlanefOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 244 {"glGetClipPlanefOES", (void *)glGetClipPlanefOES},
|
D | gles_dispatch.h | 247 glGetClipPlanefOES_t glGetClipPlanefOES; member 519 …(glGetClipPlanefOES_t f) { glGetClipPlanefOES_t retval = glGetClipPlanefOES; glGetClipPlanefOES = … in set_glGetClipPlanefOES()
|
D | gles.cpp | 1176 void glGetClipPlanefOES(GLenum pname, GLfloat eqn[4]) in glGetClipPlanefOES() function 1178 getDispatch()->glGetClipPlanefOES(pname, eqn); in glGetClipPlanefOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 237 {"glGetClipPlanefOES", (void*)glGetClipPlanefOES},
|
D | gl_client_context.h | 257 glGetClipPlanefOES_client_proc_t glGetClipPlanefOES; member
|
D | gl_client_context.cpp | 257 glGetClipPlanefOES = (glGetClipPlanefOES_client_proc_t) getProc("glGetClipPlanefOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 253 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn); 1781 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn) in glGetClipPlanefOES() function 1784 ctx->glGetClipPlanefOES(ctx, pname, eqn); in glGetClipPlanefOES()
|
D | gl_enc.cpp | 8415 this->glGetClipPlanefOES = &glGetClipPlanefOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 60 API_ENTRY(glGetClipPlanefOES,
|