/external/mesa3d/src/mesa/math/ |
m_eval.c | 113 * for max(uorder,vorder) points is needed in the 119 GLuint dim, GLuint uorder, GLuint vorder) 121 GLfloat *cp = cn + uorder * vorder * dim; 122 GLuint i, uinc = vorder * dim; 124 if (vorder > uorder) { 130 for (j = 0; j < vorder; j++) { 153 _math_horner_bezier_curve(cp, out, v, dim, vorder); 156 _math_horner_bezier_curve(cn, out, v, dim, vorder); 158 else { /* vorder <= uorder */ 160 if (vorder > 1) [all...] |
m_eval.h | 74 * for max(uorder,vorder) points is needed in the 80 GLuint dim, GLuint uorder, GLuint vorder); 90 * must be multiplied with the (u2-u1)/uorder-1 and (v2-v1)/vorder-1. 93 * De Casteljau needs additional storage for uorder*vorder 100 GLuint uorder, GLuint vorder);
|
/external/mesa3d/src/mesa/main/ |
eval.c | 269 GLint vstride, GLint vorder, 282 /* max(uorder, vorder) additional points are used in */ 283 /* horner evaluation and uorder*vorder additional */ 285 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; 286 hsize = (uorder > vorder ? uorder : vorder)*size; 289 buffer = (GLfloat *) MALLOC((uorder*vorder*size+hsize)*sizeof(GLfloat)); 291 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat)); 294 uinc = ustride - vorder*vstride 542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local [all...] |
eval.h | 71 GLint vstride, GLint vorder, 76 GLint vstride, GLint vorder,
|
dlist.c | 8110 GLint vorder = n[9].i; local [all...] |
mtypes.h | [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_eval.c | 204 map->Uorder, map->Vorder); 228 map->Uorder, map->Vorder); 253 map->Uorder, map->Vorder);
|
/packages/apps/LegacyCamera/res/values-de/ |
strings.xml | 124 <string name="accessibility_camera_picker" msgid="8807945470215734566">"Zwischen Kamera auf der Vorder- und Rückseite wechseln"</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/ |
gl.h | 848 WINGDIAPI void APIENTRY glMap2d(GLenum target,GLdouble u1,GLdouble u2,GLint ustride,GLint uorder,GLdouble v1,GLdouble v2,GLint vstride,GLint vorder,const GLdouble *points); 849 WINGDIAPI void APIENTRY glMap2f(GLenum target,GLfloat u1,GLfloat u2,GLint ustride,GLint uorder,GLfloat v1,GLfloat v2,GLint vstride,GLint vorder,const GLfloat *points); [all...] |
/external/mesa3d/include/GL/ |
gl.h | [all...] |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/ |
gl.h | [all...] |
glext.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
gl.h | [all...] |
glext.h | [all...] |
/packages/apps/Gallery2/res/values-de/ |
strings.xml | 354 <string name="accessibility_camera_picker" msgid="8807945470215734566">"Zwischen Kamera auf der Vorder- und Rückseite wechseln"</string> [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_opengl.h | [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_opengl.h | [all...] |
/packages/apps/Messaging/res/values-de/ |
strings.xml | 226 <string name="camera_switch_camera_facing" msgid="1566112129296559159">"Zwischen Kamera auf Vorder- und Rückseite wechseln"</string> [all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
glew.h | [all...] |
glext.h | [all...] |
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
demangle-expected | 170 ivTSolver::VOrder(unsigned int, ivInteractor *&, ivInteractor *&) 171 ivTSolver::VOrder [all...] |
/frameworks/base/core/res/res/values-de/ |
strings.xml | [all...] |