HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 26 - 50 of 225) sorted by null

12 3 4 5 6 7 8 9

  /external/skia/include/core/
SkMask.h 34 First, there's an A8 plane which contains the average alpha value for
64 /** Return the byte size of the mask, assuming only 1 plane.
98 /** Return an address into the 32-bit plane of an LCD or VerticalLCD mask
109 /** Return the number of 32-bit words in a row of the 32-bit plane of an
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 45 * In the case of more than one image plane, the image planes must be
51 * The number of row bytes in each image plane.
68 * @param yuv The YUV data. In the case of more than one image plane, all the planes must be
73 * @param strides (Optional) Row bytes of each image plane. If yuv contains padding, the stride
162 * @return the number of row bytes in each image plane.
  /frameworks/base/opengl/libagl/
primitives.cpp 838 GLfixed frustumPlaneDist(int plane, const vec4_t& s)
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].equation
956 unsigned int plane = 0; local
1039 unsigned int plane = 0; local
1075 unsigned int plane = 0; local
    [all...]
vertex.cpp 117 // 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)
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)
240 clipPlanex(plane, equx, c);
243 void glClipPlanex(GLenum plane, const GLfixed* equ)
246 clipPlanex(plane, equ, c);
  /external/quake/quake/src/QW/client/
gl_rlight.c 199 splitplane = node->plane;
272 mplane_t *plane; local
288 plane = node->plane;
289 front = DotProduct (start, plane->normal) - plane->dist;
290 back = DotProduct (end, plane->normal) - plane->dist;
311 lightplane = plane;
r_efrag.c 138 splitplane = node->plane;
143 // split on this plane
179 splitplane = node->plane;
gl_refrag.c 137 splitplane = node->plane;
142 // split on this plane
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 202 splitplane = node->plane;
275 mplane_t *plane; local
291 plane = node->plane;
292 front = DotProduct (start, plane->normal) - plane->dist;
293 back = DotProduct (end, plane->normal) - plane->dist;
314 lightplane = plane;
r_efrag.cpp 138 splitplane = node->plane;
143 // split on this plane
179 splitplane = node->plane;
gl_refrag.cpp 137 splitplane = node->plane;
142 // split on this plane
  /external/svox/pico/lib/
picotrns.c 46 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane) {
48 (*plane) = 0;
51 (*plane) = symIn >> 8;
62 picoos_uint8 plane; local
64 sym = picotrns_unplane(insym, &plane);
65 switch (plane) {
695 * Add chars from NULLC-terminated string \c inStr, shifted to plane \c plane, to internal input buffer of
700 * @param plane
703 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane)
727 picoos_uint8 plane; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 262 plane2 = 2; /* U plane maps to plane 3 */
263 plane3 = 1; /* V plane maps to plane 2 */
  /frameworks/base/opengl/libs/GLES_CM/
glext_api.in 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) {
50 CALL_GL_API(glClipPlanexOES, plane, equation);
235 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) {
236 CALL_GL_API(glClipPlanefOES, plane, equation);
  /external/opencore/codecs_v2/utilities/colorconvert/include/
ccrgb24toyuv420.h 88 * @param yuv420 is a pointer to an output buffer of Y plane assuming that the U and V planes are contiguous to the Y plane.
96 * @param yuv420 is an array of pointers to Y,U and V plane in increasing order.
ccyuv420semitoyuv420.h 95 * @param outyuv is a pointer to an output buffer of Y plane assuming that the U and V planes are contiguous to the Y plane.
102 * @param yuvBuf is an array of pointers to Y,U and V plane in increasing order.
ccyuv422toyuv420.h 92 * @param outyuv is a pointer to an output buffer of Y plane assuming that the U and V planes are contiguous to the Y plane.
99 * @param yuvBuf is an array of pointers to Y,U and V plane in increasing order.
cczoomrotationbase.h 96 * @brief This function specifies the height of the Y plane which may be larger
100 * but set the src_pitch and SetMemHeight to the allocated Y plane size.
101 * For WMV, the Y plane output from WMV decoder has the exact dimension (no padding
121 * @param srcBuf is a pointer to the Y plane assuming that the U and V planes are contiguous to the Y plane.
ccrgb16toyuv420.h 88 * @param yuv420 is a pointer to an output buffer of Y plane assuming that the U and V planes are contiguous to the Y plane.
105 * @param yuv420 is an array of pointers to Y,U and V plane in increasing order.
ccrgb12toyuv420.h 88 * @param yuv420 is a pointer to an output buffer of Y plane assuming that the U and V planes are contiguous to the Y plane.
  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 57 // defined as the bytes per pixel of the Y plane
62 // defined as the bytes per pixel of the Y plane
67 // defined as the bytes per pixel of the Y plane
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 126 // Note that this ignores the z component, effectively projecting the point into the z=0 plane.
136 // dropped, effectively projecting the rect into the z=0 plane
144 // dropped, effectively projecting the quad into the z=0 plane
147 // Map a point on the z=0 plane into a point on
148 // the plane with with the transform applied, by extending
149 // a ray perpendicular to the source plane and computing
151 // with the destination plane.
  /external/bluetooth/glib/tests/
utf8.txt 297 # Mixed plane 0 and higher planes
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 167 int plane,
173 int plane,
178 int plane,
184 int plane,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 673 public void glClipPlanef(int plane, float[] equation, int offset) {
674 mgl11.glClipPlanef(plane, equation, offset);
677 public void glClipPlanef(int plane, FloatBuffer equation) {
678 mgl11.glClipPlanef(plane, equation);
681 public void glClipPlanex(int plane, int[] equation, int offset) {
682 mgl11.glClipPlanex(plane, equation, offset);
685 public void glClipPlanex(int plane, IntBuffer equation) {
686 mgl11.glClipPlanex(plane, equation);
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 190 /* Set up the plane pointers */
237 /* Only one plane, no worries */

Completed in 238 milliseconds

12 3 4 5 6 7 8 9