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

1 23 4 5 6 7 8 9

  /external/skia/include/core/
SkScalerContext.h 141 the A8 plane in fImage and produce a valid LCD plane from it.
  /external/svox/pico/lib/
picotrns.h 78 picoos_uint8 picotrns_unplane(picoos_int16 symIn, picoos_uint8 * plane);
174 pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane);
picospho.c 462 picoos_uint8 plane, unshifted; local
464 unshifted = picotrns_unplane(sym,&plane);
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
939 picoos_uint8 plane; local
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 48 * poly_clip_to_halfspace: clip convex polygon p against a plane,
78 /* edge crosses plane; add intersection point to q */
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 179 // 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,
GLES11Ext.java 290 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
293 int plane,
298 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
301 int plane,
964 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
967 int plane,
972 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
975 int plane,
    [all...]
GLErrorWrapper.java 846 public void glClipPlanef(int plane, float[] equation, int offset) {
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) {
854 mgl11.glClipPlanef(plane, equation);
858 public void glClipPlanex(int plane, int[] equation, int offset) {
860 mgl11.glClipPlanex(plane, equation, offset);
864 public void glClipPlanex(int plane, IntBuffer equation) {
866 mgl11.glClipPlanex(plane, equation);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
  /external/quake/quake/src/QW/client/
gl_rsurf.c 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
90 surf->plane->dist;
100 surf->plane->normal[i]*dist;
926 mirror_plane = s->plane;
1185 pplane = psurf->plane;
1221 mplane_t *plane; local
1261 plane = node->plane;
1263 switch (plane->type)
1266 dot = modelorg[0] - plane->dist
    [all...]
pmove.c 156 if (trace.plane.normal[2] > 0.7)
160 if (!trace.plane.normal[2])
167 // cliped to another plane
174 VectorCopy (trace.plane.normal, planes[numplanes]);
194 { // go along this plane
289 if ( trace.plane.normal[2] < 0.7)
594 if ( tr.plane.normal[2] < 0.7)
bothdefs.h 69 #define ON_EPSILON 0.1 // point on plane side epsilon
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
mathlib.h 71 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct mplane_s *plane);
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 89 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
90 surf->plane->dist;
100 surf->plane->normal[i]*dist;
995 mirror_plane = s->plane;
1254 pplane = psurf->plane;
1291 mplane_t *plane; local
1332 plane = node->plane;
1334 switch (plane->type)
1337 dot = modelorg[0] - plane->dist
    [all...]
d_copy.s 20 // copies 16 rows per plane at a pop; idea is that 16*512 = 8k, and since
mathlib.h 70 int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct mplane_s *plane);
  /external/quake/quake/src/QW/server/
sv_ents.c 41 mplane_t *plane; local
58 plane = node->plane;
59 d = DotProduct (org, plane->normal) - plane->dist;
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 281 const GraphicPlane& plane(mGraphicPlanes[dpy]);
282 return plane;
322 GraphicPlane& plane(graphicPlane(dpy));
324 plane.setDisplayHardware(hw);
341 const GraphicPlane& plane(graphicPlane(dpy));
342 const DisplayHardware& hw = plane.displayHardware();
352 dcblk->w = plane.getWidth();
353 dcblk->h = plane.getHeight();
616 GraphicPlane& plane(graphicPlane(dpy));
617 plane.setOrientation(orientation)
    [all...]
  /external/icu4c/i18n/
astro.h 61 * the plane of the earth's orbit around the Sun.
63 * specifies the position north or south of the plane of the ecliptic.
64 * The longitude specifies the position along the ecliptic plane
109 * position north or south of the plane of the ecliptic,
117 * This specifies an object's position along the ecliptic plane
131 * object in the sky relative to the plane of the earth's equator.
135 * of the equatorial plane.
195 * This is the position north or south of the equatorial plane,
471 * crosses the earth's equatorial plane at the vernal equinox.
  /external/icu4c/extra/uconv/
uconv.1.in 298 for plane 0 characters, and
310 for plane 0 characters, and
322 for plane 0 characters, and
  /development/tools/yuv420sp2rgb/
cmdline.c 29 "process the luma plane only",
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 45 Uint16 depth; /* bits per plane */
  /frameworks/base/opengl/libs/GLES_CM/
gl_api.in 10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) {
11 CALL_GL_API(glClipPlanef, plane, equation);
151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) {
152 CALL_GL_API(glClipPlanex, plane, equation);
  /external/iproute2/include/linux/
atm.h 84 * the data plane but generally seems to be data plane-centric, any layer is

Completed in 127 milliseconds

1 23 4 5 6 7 8 9