Home
last modified time | relevance | path

Searched refs:glClipPlanexOES (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h181 {"glClipPlanexOES", (void *)glClipPlanexOES},
Dgles_dispatch.h184 glClipPlanexOES_t glClipPlanexOES; member
456 …PlanexOES(glClipPlanexOES_t f) { glClipPlanexOES_t retval = glClipPlanexOES; glClipPlanexOES = f; … in set_glClipPlanexOES()
Dgles.cpp861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES() function
863 getDispatch()->glClipPlanexOES(plane, equation); in glClipPlanexOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h171 {"glClipPlanexOES", (void*)glClipPlanexOES},
Dgl_client_context.h191 glClipPlanexOES_client_proc_t glClipPlanexOES; member
Dgl_client_context.cpp191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
Dgl_entry.cpp187 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()
Dgl_enc.cpp8349 this->glClipPlanexOES = &glClipPlanexOES_enc; in gl_encoder_context_t()