Searched refs:points (Results 451 - 475 of 479) sorted by relevance

<<11121314151617181920

/external/mesa3d/src/mesa/main/
H A Ddlist.c2918 GLint order, const GLdouble * points)
2925 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points);
2934 CALL_Map1d(ctx->Exec, (target, u1, u2, stride, order, points));
2940 GLint order, const GLfloat * points)
2947 GLfloat *pnts = _mesa_copy_map_points1f(target, stride, order, points);
2956 CALL_Map1f(ctx->Exec, (target, u1, u2, stride, order, points));
2965 const GLdouble * points)
2973 vstride, vorder, points);
2989 v1, v2, vstride, vorder, points));
2998 const GLfloat * points)
2917 save_Map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points) argument
2939 save_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points) argument
2962 save_Map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points) argument
2995 save_Map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points) argument
[all...]
/external/chromium_org/v8/src/
H A Djsregexp.cc3668 // Find the highest-points range between 0 and length_ where the character
3671 // of points as the product of width-of-the-range and
3711 int points = (i - remembered_from) * probability; local
3712 if (points > biggest_points) {
3715 biggest_points = points;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h242 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points);
243 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);
244 GLAPI void APIENTRY GLAPI_PREFIX(Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);
245 GLAPI void APIENTRY GLAPI_PREFIX(Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);
2940 GLAPI void APIENTRY GLAPI_PREFIX(Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) argument
2944 ((void (APIENTRY *)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)) _func)(target, u1, u2, stride, order, points);
2947 GLAPI void APIENTRY GLAPI_PREFIX(Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) argument
2951 ((void (APIENTRY *)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)) _func)(target, u1, u2, stride, order, points);
2954 Map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) argument
2961 Map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as621 * $x points at that token. If that token is missing, but
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvorbis/doc/
H A D01-introduction.tex109 current design trends (and also points out limitations in some
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S21 @ only low-level primitives and unsupported entry points, just enough
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c705 ** The pointer returned points to memory obtained from sqlite3_malloc(). It
743 ** The pointer returned points to a buffer allocated by sqlite3_malloc(). It
782 ** The pointer returned points to a buffer allocated by sqlite3_malloc(). It
1370 ** start of a position-list. After it returns, *ppPoslist points to the
1375 ** routine advances *ppPoslist so that it points to the next docid in
1393 ** pEnd once more so that it points to the byte immediately following the
1414 ** start of a column-list. After it returns, *ppPoslist points to the
1463 ** If *pp points past the end of the current position-list, set *pi to
1689 ** iCol1 and iCol2) so that it points to either the 0x00 that marks the
3151 ** the row that the supplied cursor currently points t
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2567 // * GNU version returns message pointer, which points to either buf or some
4015 // On Linux this is a union, but the other member also points to a
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S21 @ only low-level primitives and unsupported entry points, just enough
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg580 * The parser entry points are called indirectly (by function pointer to function) via
/external/bison/
H A Dmaint.mk1403 # commit a temporary change that deliberately points to a non-public
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas325 /// Can't replace whatever points to the parent externally. Do nothing.
384 /// Can't replace whatever points to the parent externally. Do nothing.
H A DAntlr.Runtime.pas2068 /// $x points at that token. If that token is missing, but
/external/libhevc/common/arm/
H A Dihevc_itrans_recon_32x32.s1501 @ add r4,r2,r8, lsl #1 @ r4 = r2 + pred_strd * 2 => r4 points to 3rd row of pred data
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c30 // ROM BIOS compatability entry points:
3936 // ES:SI points to descriptor table
4011 ;; GDT points to valid descriptor table, now load SS, DS, ES
10510 ;; int 1C already points at dummy_iret_handler (above)
/external/bison/build-aux/
H A Dtexinfo.tex5719 % Now the second mark, after the heading break. No break points
5885 % Now the second mark, after the heading break. No break points
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 784 milliseconds

<<11121314151617181920