Searched refs:glGetClipPlanexOES (Results 1 – 12 of 12) 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 | 198 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 | 193 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 | 8557 this->glGetClipPlanexOES = &glGetClipPlanexOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 340 glGetClipPlanexOES = glGetClipPlanex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 239 glGetClipPlanexOES
|
D | gles1.in | 193 GL_ENTRY(void, glGetClipPlanexOES, GLenum pname, GLfixed* eqn)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 676 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
|