Searched refs:plane (Results 1 - 22 of 22) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp117 // clip this vertex against each user clip plane
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) argument
166 const int p = plane - GL_CLIP_PLANE0;
172 vec4_t& equation = c->clipPlanes.plane[p].equation;
231 void glClipPlanef(GLenum plane, const GLfloat* equ) argument
240 clipPlanex(plane, equx, c);
243 void glClipPlanex(GLenum plane, const GLfixed* equ) argument
246 clipPlanex(plane, equ, c);
H A Dprimitives.cpp838 GLfixed frustumPlaneDist(int plane, const vec4_t& s) argument
840 const GLfixed d = s.v[ plane >> 1 ];
841 return ((plane & 1) ? (s.w - d) : (s.w + d));
859 // Temporary buffer to hold the new vertices. Each plane can add up to
879 // 3 input vertices, 0 in the output list, first plane
884 // clipping, except for the computation of the distance (vertex, plane)
890 unsigned int plane = 0; local
899 // previous vertex, compute distance to the plane
901 const vec4_t& equation = c->clipPlanes.plane[plane]
956 unsigned int plane = 0; local
1039 unsigned int plane = 0; local
1075 unsigned int plane = 0; local
[all...]
H A Dcontext.h276 clip_plane_t plane[OGLES_MAX_CLIP_PLANES]; member in struct:android::gl::user_clip_planes_t
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java154 Image.Plane plane = mock(Image.Plane.class);
155 when(plane.getBuffer()).thenReturn(buf);
156 when(plane.getPixelStride()).thenReturn(1);
157 when(plane.getRowStride()).thenReturn(5);
159 Image.Plane[] onlyPlaneThatMatters = { plane };
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
182 int plane,
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
190 int plane,
194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
197 int plane,
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
205 int plane,
181 glClipPlanef( int plane, float[] equation, int offset ) argument
189 glClipPlanef( int plane, java.nio.FloatBuffer equation ) argument
196 glClipPlanex( int plane, int[] equation, int offset ) argument
204 glClipPlanex( int plane, java.nio.IntBuffer equation ) argument
H A DGLES11Ext.java294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
297 int plane,
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
305 int plane,
968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
971 int plane,
976 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
979 int plane,
296 glClipPlanexOES( int plane, int[] equation, int offset ) argument
304 glClipPlanexOES( int plane, java.nio.IntBuffer equation ) argument
970 glClipPlanefOES( int plane, float[] equation, int offset ) argument
978 glClipPlanefOES( int plane, java.nio.FloatBuffer equation ) argument
H A DGLErrorWrapper.java846 public void glClipPlanef(int plane, float[] equation, int offset) { argument
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) { argument
854 mgl11.glClipPlanef(plane, equation);
858 public void glClipPlanex(int plane, int[] equation, int offset) { argument
860 mgl11.glClipPlanex(plane, equation, offset);
864 public void glClipPlanex(int plane, IntBuffer equation) { argument
866 mgl11.glClipPlanex(plane, equation);
H A DGLLogWrapper.java2586 public void glClipPlanef(int plane, float[] equation, int offset) { argument
2588 arg("plane", plane);
2592 mgl11.glClipPlanef(plane, equation, offset);
2596 public void glClipPlanef(int plane, FloatBuffer equation) { argument
2598 arg("plane", plane);
2601 mgl11.glClipPlanef(plane, equation);
2605 public void glClipPlanex(int plane, int[] equation, int offset) { argument
2607 arg("plane", plan
2615 glClipPlanex(int plane, IntBuffer equation) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java167 int plane,
173 int plane,
178 int plane,
184 int plane,
166 glClipPlanef( int plane, float[] equation, int offset ) argument
172 glClipPlanef( int plane, java.nio.FloatBuffer equation ) argument
177 glClipPlanex( int plane, int[] equation, int offset ) argument
183 glClipPlanex( int plane, java.nio.IntBuffer equation ) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
H A DGLES11Ext.spec17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h98 uint32_t plane,
130 * correction. For each plane, 6 coefficients must be included:
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java435 final Image.Plane plane = image.getPlanes()[0];
436 final ByteBuffer buffer = plane.getBuffer();
439 final int pixelStride = plane.getPixelStride();
440 final int rowStride = plane.getRowStride();
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp149 /*plane*/0,
167 /*plane*/0,
185 /*plane*/0,
203 /*plane*/0,
222 uint32_t plane,
258 plane,
218 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1194 int plane,
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1202 int plane,
1206 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1209 int plane,
1214 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1217 int plane,
1193 glClipPlanef( int plane, float[] equation, int offset ) argument
1201 glClipPlanef( int plane, java.nio.FloatBuffer equation ) argument
1208 glClipPlanex( int plane, int[] equation, int offset ) argument
1216 glClipPlanex( int plane, java.nio.IntBuffer equation ) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp535 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
538 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) {
564 (GLenum)plane,
578 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
581 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
596 (GLenum)plane,
607 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
610 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) {
636 (GLenum)plane,
650 /* void glClipPlanex ( GLenum plane, cons
537 android_glClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
580 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
609 android_glClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
652 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp941 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
944 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) {
970 (GLenum)plane,
984 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
987 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
999 (GLenum)plane,
2972 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
2975 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) {
3001 (GLenum)plane,
3015 /* void glClipPlanefOES ( GLenum plane, cons
943 android_glClipPlanexOES__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
986 android_glClipPlanexOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
2974 android_glClipPlanefOES__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
3017 android_glClipPlanefOES__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4174 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4177 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) {
4209 (GLenum)plane,
4223 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4226 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) {
4247 (GLenum)plane,
4260 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4263 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) {
4295 (GLenum)plane,
4309 /* void glClipPlanex ( GLenum plane, cons
4176 android_glClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
4225 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4262 android_glClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
4311 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
710 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
856 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
H A Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/frameworks/av/media/libstagefright/
H A DACodec.cpp4731 MediaImage2::PlaneInfo *plane = img.mPlane; local
4734 plane[0].mOffset, plane[0].mColInc, plane[0].mRowInc,
4735 plane[1].mOffset, plane[1].mColInc, plane[1].mRowInc,
4736 plane[2].mOffset, plane[2].mColInc, plane[
[all...]
/frameworks/rs/api/
H A Drs_matrix.spec52 arg: float4* left, "Left plane."
53 arg: float4* right, "Right plane."
54 arg: float4* top, "Top plane."
55 arg: float4* bottom, "Bottom plane."
56 arg: float4* near, "Near plane."
57 arg: float4* far, "Far plane."
62 // x y z w = a b c d in the plane equation
127 arg: float4* left, "Left plane."
128 arg: float4* right, "Right plane."
129 arg: float4* top, "Top plane
[all...]

Completed in 3386 milliseconds