Searched refs:glClipPlanexOES (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 181 {"glClipPlanexOES", (void *)glClipPlanexOES},
|
D | gles_dispatch.h | 184 glClipPlanexOES_t glClipPlanexOES; member 456 …PlanexOES(glClipPlanexOES_t f) { glClipPlanexOES_t retval = glClipPlanexOES; glClipPlanexOES = f; … in set_glClipPlanexOES()
|
D | gles.cpp | 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES() function 863 getDispatch()->glClipPlanexOES(plane, equation); in glClipPlanexOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 171 {"glClipPlanexOES", (void*)glClipPlanexOES},
|
D | gl_client_context.h | 191 glClipPlanexOES_client_proc_t glClipPlanexOES; member
|
D | gl_client_context.cpp | 191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() function 1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES()
|
D | gl_enc.cpp | 8550 this->glClipPlanexOES = &glClipPlanexOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 331 glClipPlanexOES = glClipPlanex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 228 glClipPlanexOES
|
D | gles1.in | 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|