Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libagl/
Dvertex.cpp164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) in clipPlanex()
231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef()
243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex()
Dprimitives.cpp838 GLfixed frustumPlaneDist(int plane, const vec4_t& s) in frustumPlaneDist()
890 unsigned int plane = 0; in clip_triangle() local
956 unsigned int plane = 0; in clip_triangle() local
1039 unsigned int plane = 0; in clip_line() local
1075 unsigned int plane = 0; in clip_line() local
Dcontext.h272 clip_plane_t plane[OGLES_MAX_CLIP_PLANES]; member
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppRS.java88 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); in toggleBlur() local
257 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); in prepareToRender() local
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java167 int plane, in glClipPlanef()
173 int plane, in glClipPlanef()
178 int plane, in glClipPlanex()
184 int plane, in glClipPlanex()
/frameworks/base/opengl/java/android/opengl/
DGLES11.java182 int plane, in glClipPlanef()
190 int plane, in glClipPlanef()
197 int plane, in glClipPlanex()
205 int plane, in glClipPlanex()
DGLES11Ext.java297 int plane, in glClipPlanexOES()
305 int plane, in glClipPlanexOES()
971 int plane, in glClipPlanefOES()
979 int plane, in glClipPlanefOES()
DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef()
2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef()
2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp215 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI()
258 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
287 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II()
330 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
Dandroid_opengl_GLES11Ext.cpp621 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II()
664 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
2652 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI()
2695 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4173 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI()
4222 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2()
4259 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II()
4308 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c1829 M4OSA_UInt8* plane = planeIn; in M4xVSS_internalSetPlaneTransparent() local
4442 #define M4XXX_SampleAddress(plane, x, y) ( (plane).pac_data + (plane).u_topleft + (y)\ argument
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp2962 M4OSA_Void prepareYUV420ImagePlane(M4VIFI_ImagePlane *plane, in prepareYUV420ImagePlane()
2988 M4OSA_Void prepareYV12ImagePlane(M4VIFI_ImagePlane *plane, in prepareYV12ImagePlane()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1194 int plane, in glClipPlanef()
1202 int plane, in glClipPlanef()
1209 int plane, in glClipPlanex()
1217 int plane, in glClipPlanex()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp11200 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation) { in GLTrace_glClipPlanef()
12445 void GLTrace_glClipPlanex(GLenum plane, const GLfixed *equation) { in GLTrace_glClipPlanex()
15016 void GLTrace_glClipPlanexOES(GLenum plane, const GLfixed *equation) { in GLTrace_glClipPlanexOES()
17326 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat *equation) { in GLTrace_glClipPlanefOES()