Searched refs:glGetClipPlanex (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 99 {"glGetClipPlanex", (void *)glGetClipPlanex},
|
D | gles_dispatch.h | 102 glGetClipPlanex_t glGetClipPlanex; member 374 …lipPlanex(glGetClipPlanex_t f) { glGetClipPlanex_t retval = glGetClipPlanex; glGetClipPlanex = f; … in set_glGetClipPlanex()
|
D | gles.cpp | 451 void glGetClipPlanex(GLenum pname, GLfixed eqn[4]) in glGetClipPlanex() function 453 getDispatch()->glGetClipPlanex(pname, eqn); in glGetClipPlanex()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 179 {"glGetClipPlanex", (void*)glGetClipPlanex},
|
D | gl_client_context.h | 199 glGetClipPlanex_client_proc_t glGetClipPlanex; member
|
D | gl_client_context.cpp | 199 glGetClipPlanex = (glGetClipPlanex_client_proc_t) getProc("glGetClipPlanex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 194 void glGetClipPlanex(GLenum pname, GLfixed* eqn); 1429 void glGetClipPlanex(GLenum pname, GLfixed* eqn) in glGetClipPlanex() function 1432 ctx->glGetClipPlanex(ctx, pname, eqn); in glGetClipPlanex()
|
D | gl_enc.cpp | 8558 this->glGetClipPlanex = &glGetClipPlanex_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 | 243 glGetClipPlanex
|
D | gles1.in | 194 GL_ENTRY(void, glGetClipPlanex, GLenum pname, GLfixed* eqn)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 87 void glGetClipPlanex(GLenum pname, GLfixed *eqn);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 674 GL_API void GL_APIENTRY glGetClipPlanex (GLenum pname, GLfixed eqn[4]);
|