Searched refs:glClipPlanef (Results 1 - 8 of 8) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h14 {"glClipPlanef", (void*)glClipPlanef},
H A Dgl_client_context.h14 glClipPlanef_client_proc_t glClipPlanef; member in struct:gl_client_context_t
306 virtual glClipPlanef_client_proc_t set_glClipPlanef(glClipPlanef_client_proc_t f) { glClipPlanef_client_proc_t retval = glClipPlanef; glClipPlanef = f; return retval;}
H A Dgl_entry.cpp12 void glClipPlanef(GLenum plane, const GLfloat* equation);
327 void glClipPlanef(GLenum plane, const GLfloat* equation) function
330 ctx->glClipPlanef(ctx, plane, equation);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h23 {"glClipPlanef", (void *)glClipPlanef},
H A Dgles_dispatch.h26 glClipPlanef_t glClipPlanef; member in struct:gles_dispatch
298 glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return retval;}
H A Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) function
73 getDispatch()->glClipPlanef(plane, equation);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java673 public void glClipPlanef(int plane, float[] equation, int offset) { method in class:MatrixTrackingGL
674 mgl11.glClipPlanef(plane, equation, offset);
677 public void glClipPlanef(int plane, FloatBuffer equation) { method in class:MatrixTrackingGL
678 mgl11.glClipPlanef(plane, equation);
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);

Completed in 26 milliseconds