Searched refs:glClipPlanef (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 23 {"glClipPlanef", (void *)glClipPlanef},
|
D | gles_dispatch.h | 26 glClipPlanef_t glClipPlanef; member 298 …t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; ret… in set_glClipPlanef()
|
D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() function 73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 14 {"glClipPlanef", (void*)glClipPlanef},
|
D | gl_client_context.h | 16 glClipPlanef_client_proc_t glClipPlanef; member
|
D | gl_client_context.cpp | 16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 11 void glClipPlanef(GLenum plane, const GLfloat* equation); 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() function 330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
|
D | gl_enc.cpp | 8375 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 328 glClipPlanefIMG = glClipPlanef; in GLESv1() 329 glClipPlanefOES = glClipPlanef; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 4 glClipPlanef
|
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 11 void glClipPlanef(GLenum plane, const GLfloat *equation);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|