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

  /frameworks/native/include/ui/
ANativeObjectBase.h 40 int32_t vstride; member in union:egl_native_pixmap_t::__anon18811
  /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 133 int bpp = 0, vstride, fd, err; local
168 vstride = h;
177 vstride = ALIGN(h, 16);
178 if (vstride < h + 2)
181 size = bpr * vstride;
194 vstride);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 93 int vstride; member in struct:private_handle_t
112 int h, int format, int stride, int vstride) :
115 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
124 int h, int format, int stride, int vstride) :
127 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
136 int h, int format, int stride, int vstride) :
139 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...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 502 size_t vstride = drawState->getVertexStride(); local
505 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(verts + 4 * vstride);
519 set_inset_fan(fan0Pos, vstride, devRect, -SK_ScalarHalf, -SK_ScalarHalf);
520 set_inset_fan(fan1Pos, vstride, devRect, inset, inset);
535 rect.fRight, rect.fBottom, vstride);
536 combinedMatrix.mapPointsWithStride(fan0Pos, vstride, 4);
542 *((SkPoint*)((intptr_t)fan1Pos + 0 * vstride)) =
543 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) + vec[0] + vec[1];
544 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) -= vec[0] + vec[1];
546 *((SkPoint*)((intptr_t)fan1Pos + 1 * vstride))
851 size_t vstride = drawState->getVertexStride(); local
    [all...]
GrDrawTarget.cpp 705 size_t vstride = this->drawState()->getVertexStride(); local
706 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vstride);
712 vstride);
714 localMatrix->mapPointsWithStride(coords, vstride, 4);
    [all...]
GrInOrderDrawBuffer.cpp 141 size_t vstride = drawState->getVertexStride(); local
143 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vstride);
144 matrix.mapPointsWithStride(geo.positions(), vstride, 4);
149 get_vertex_bounds(geo.vertices(), vstride, 4, &devBounds);
156 vstride);
158 localMatrix->mapPointsWithStride(coords, vstride, 4);
166 vertColor = (GrColor*) ((intptr_t) vertColor + vstride);
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 198 GGLint vstride; member in union:__anon63436::__anon63437

Completed in 801 milliseconds