Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h262 {"glClipPlanefIMG", (void *)glClipPlanefIMG},
Dgles_dispatch.h265 glClipPlanefIMG_t glClipPlanefIMG; member
537 …PlanefIMG(glClipPlanefIMG_t f) { glClipPlanefIMG_t retval = glClipPlanefIMG; glClipPlanefIMG = f; … in set_glClipPlanefIMG()
Dgles.cpp1266 void glClipPlanefIMG(GLenum p, const GLfloat *eqn) in glClipPlanefIMG() function
1268 getDispatch()->glClipPlanefIMG(p, eqn); in glClipPlanefIMG()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h236 {"glClipPlanefIMG", (void*)glClipPlanefIMG},
Dgl_client_context.h256 glClipPlanefIMG_client_proc_t glClipPlanefIMG; member
Dgl_client_context.cpp256 glClipPlanefIMG = (glClipPlanefIMG_client_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
Dgl_entry.cpp252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG() function
1778 ctx->glClipPlanefIMG(ctx, plane, equation); in glClipPlanefIMG()
Dgl_enc.cpp8414 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()