Home
last modified time | relevance | path

Searched refs:glClipPlanefIMG (Results 1 – 12 of 12) 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.cpp251 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.cpp8615 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp328 glClipPlanefIMG = glClipPlanef; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib338 glClipPlanefIMG
Dgles1.in251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1152 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);