Searched defs:glClipPlanexOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h191 glClipPlanexOES_client_proc_t glClipPlanexOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp186 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
1379 void glClipPlanexOES(GLenum plane, const GLfixed* equation) function
1382 ctx->glClipPlanexOES(ctx, plane, equation);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) function
863 getDispatch()->glClipPlanexOES(plane, equation);
H A Dgles_dispatch.h184 glClipPlanexOES_t glClipPlanexOES; member in struct:gles_dispatch
456 glClipPlanexOES_t set_glClipPlanexOES(glClipPlanexOES_t f) { glClipPlanexOES_t retval = glClipPlanexOES; glClipPlanexOES = f; return retval;}

Completed in 33 milliseconds