HomeSort by relevance Sort by last modified time
    Searched full:uorder (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.c 212 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder,
221 buffer = (GLfloat *) MALLOC(uorder * size * sizeof(GLfloat));
224 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
236 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder,
245 buffer = (GLfloat *) MALLOC(uorder * size * sizeof(GLfloat));
248 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
268 GLint ustride, GLint uorder,
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
541 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder, local
    [all...]
eval.h 62 GLint ustride, GLint uorder,
66 GLint ustride, GLint uorder,
70 GLint ustride, GLint uorder,
75 GLint ustride, GLint uorder,
dlist.c 8093 GLint uorder = n[5].i; local
8109 GLint uorder = n[8].i; local
    [all...]
  /external/mesa3d/src/mesa/main/
eval.c 212 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder,
221 buffer = (GLfloat *) MALLOC(uorder * size * sizeof(GLfloat));
224 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
236 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder,
245 buffer = (GLfloat *) MALLOC(uorder * size * sizeof(GLfloat));
248 for (i = 0, p = buffer; i < uorder; i++, points += ustride)
268 GLint ustride, GLint uorder,
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
541 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder, local
    [all...]
eval.h 62 GLint ustride, GLint uorder,
66 GLint ustride, GLint uorder,
70 GLint ustride, GLint uorder,
75 GLint ustride, GLint uorder,
dlist.c 8093 GLint uorder = n[5].i; local
8109 GLint uorder = n[8].i; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.c 122 * for max(uorder,vorder) points is needed in the
128 GLuint dim, GLuint uorder, GLuint vorder)
130 GLfloat *cp = cn + uorder * vorder * dim;
133 if (vorder > uorder) {
134 if (uorder >= 2) {
144 bincoeff = (GLfloat) (uorder - 1);
150 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder;
152 bincoeff *= (GLfloat) (uorder - i);
164 else /* uorder=1 -> cn defines a curve in v */
167 else { /* vorder <= uorder */
    [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/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;
124 if (vorder > uorder) {
125 if (uorder >= 2) {
135 bincoeff = (GLfloat) (uorder - 1);
141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder;
143 bincoeff *= (GLfloat) (uorder - i);
155 else /* uorder=1 -> cn defines a curve in v */
158 else { /* vorder <= uorder */
    [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/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 204 map->Uorder, map->Vorder);
228 map->Uorder, map->Vorder);
253 map->Uorder, map->Vorder);
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 204 map->Uorder, map->Vorder);
228 map->Uorder, map->Vorder);
253 map->Uorder, map->Vorder);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 170 SDL_PROC_UNUSED(void,glMap2d,(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points))
171 SDL_PROC_UNUSED(void,glMap2f,(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 290 extern _X_HIDDEN void __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
291 extern _X_HIDDEN void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
    [all...]
glapi_mapi_tmp_shared.h 236 void APIENTRY shared_dispatch_stub_222(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points);
237 void APIENTRY shared_dispatch_stub_223(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);
    [all...]
glapi_mapi_tmp.h 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 265 void (GLAPIENTRYP Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points); /* 222 */
266 void (GLAPIENTRYP Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points); /* 223 */
    [all...]
glapitemp.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h     [all...]

Completed in 1148 milliseconds

1 2