HomeSort by relevance Sort by last modified time
    Searched defs:vstride (Results 1 - 14 of 14) sorted by null

  /frameworks/native/include/ui/
ANativeObjectBase.h 40 int32_t vstride; member in union:egl_native_pixmap_t::__anon32257
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 57 const GLuint vstride = input->stride; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
240 const GLuint vstride = input->stride; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 57 const GLuint vstride = input->stride; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
240 const GLuint vstride = input->stride; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.c 269 GLint vstride, GLint vorder,
294 uinc = ustride - vorder*vstride;
298 for (j=0; j<vorder; j++, points += vstride)
312 GLint vstride, GLint vorder,
337 uinc = ustride - vorder*vstride;
341 for (j=0; j<vorder; j++, points += vstride)
443 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
483 if (vstride < k) {
484 _mesa_error( ctx, GL_INVALID_VALUE, "glMap2(vstride)" );
503 vstride, vorder, (GLfloat*) points)
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
dlist.c 8108 GLint vstride = n[7].i; local
    [all...]
  /external/mesa3d/src/mesa/main/
eval.c 269 GLint vstride, GLint vorder,
294 uinc = ustride - vorder*vstride;
298 for (j=0; j<vorder; j++, points += vstride)
312 GLint vstride, GLint vorder,
337 uinc = ustride - vorder*vstride;
341 for (j=0; j<vorder; j++, points += vstride)
443 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
483 if (vstride < k) {
484 _mesa_error( ctx, GL_INVALID_VALUE, "glMap2(vstride)" );
503 vstride, vorder, (GLfloat*) points)
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
dlist.c 8108 GLint vstride = n[7].i; local
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 138 int bpp = 0, vstride, fd, err; local
171 vstride = h;
180 vstride = ALIGN(h, 16);
181 if (vstride < h + 2)
184 size = bpr * vstride;
197 vstride);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 91 int vstride; member in struct:private_handle_t
110 int h, int format, int stride, int vstride) :
113 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
122 int h, int format, int stride, int vstride) :
125 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
134 int h, int format, int stride, int vstride) :
137 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 81 GLuint vstride:4; /* source only */ member in struct:brw_reg
180 * \param vstride one of BRW_VERTICAL_STRIDE_x
190 GLuint vstride,
210 reg.vstride = vstride;
320 if (reg.vstride)
436 imm.vstride = BRW_VERTICAL_STRIDE_0;
447 imm.vstride = BRW_VERTICAL_STRIDE_0;
464 imm.vstride = BRW_VERTICAL_STRIDE_0;
614 GLuint vstride,
    [all...]
brw_eu_emit.c 166 int width, hstride, vstride, execsize; local
188 if (reg.vstride == 0xf) {
189 vstride = -1;
191 assert(reg.vstride >= 0 && reg.vstride < Elements(vstride_for_reg));
192 vstride = vstride_for_reg[reg.vstride];
208 assert(vstride == -1 || vstride == width * hstride);
213 /* no restriction on vstride. *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 81 GLuint vstride:4; /* source only */ member in struct:brw_reg
180 * \param vstride one of BRW_VERTICAL_STRIDE_x
190 GLuint vstride,
210 reg.vstride = vstride;
320 if (reg.vstride)
436 imm.vstride = BRW_VERTICAL_STRIDE_0;
447 imm.vstride = BRW_VERTICAL_STRIDE_0;
464 imm.vstride = BRW_VERTICAL_STRIDE_0;
614 GLuint vstride,
    [all...]
brw_eu_emit.c 166 int width, hstride, vstride, execsize; local
188 if (reg.vstride == 0xf) {
189 vstride = -1;
191 assert(reg.vstride >= 0 && reg.vstride < Elements(vstride_for_reg));
192 vstride = vstride_for_reg[reg.vstride];
208 assert(vstride == -1 || vstride == width * hstride);
213 /* no restriction on vstride. *
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 198 GGLint vstride; member in union:__anon62598::__anon62599

Completed in 289 milliseconds