Home
last modified time | relevance | path

Searched refs:glClipPlanefOES (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h243 {"glClipPlanefOES", (void *)glClipPlanefOES},
Dgles_dispatch.h246 glClipPlanefOES_t glClipPlanefOES; member
518 …PlanefOES(glClipPlanefOES_t f) { glClipPlanefOES_t retval = glClipPlanefOES; glClipPlanefOES = f; … in set_glClipPlanefOES()
Dgles.cpp1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES() function
1173 getDispatch()->glClipPlanefOES(plane, equation); in glClipPlanefOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h235 {"glClipPlanefOES", (void*)glClipPlanefOES},
Dgl_client_context.h255 glClipPlanefOES_client_proc_t glClipPlanefOES; member
Dgl_client_context.cpp255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
Dgl_entry.cpp250 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
1767 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() function
1770 ctx->glClipPlanefOES(ctx, plane, equation); in glClipPlanefOES()
Dgl_enc.cpp8528 this->glClipPlanefOES = &glClipPlanefOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in56 API_ENTRY(glClipPlanefOES,
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);