Searched refs:rowStride (Results 1 - 25 of 37) sorted by relevance

12

/external/eigen/Eigen/src/Core/
H A DMapBase.h71 using Base::rowStride;
92 return m_data[colId * colStride() + rowId * rowStride()];
103 return this->m_data[colId * colStride() + rowId * rowStride()];
116 (m_data + (colId * colStride() + rowId * rowStride()));
189 using Base::rowStride;
203 return this->m_data[col * colStride() + row * rowStride()];
216 (this->m_data + (col * colStride() + row * rowStride()), val);
H A DDenseCoeffsBase.h258 void rowStride();
582 * \sa outerStride(), rowStride(), colStride()
592 * \sa innerStride(), rowStride(), colStride()
609 inline Index rowStride() const function in class:Eigen::DenseCoeffsBase
616 * \sa innerStride(), outerStride(), rowStride()
653 * \sa outerStride(), rowStride(), colStride()
663 * \sa innerStride(), rowStride(), colStride()
680 inline Index rowStride() const function in class:Eigen::DenseCoeffsBase
687 * \sa innerStride(), outerStride(), rowStride()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c221 const GLint rowStride = srb->RowStride; local
224 zbuffer[i] = *((GLuint *) (map + y[i] * rowStride + x[i] * 4));
230 const GLint rowStride = srb->RowStride; local
233 const GLubyte *src = map + y[i] * rowStride+ x[i] * bpp;
256 const GLint rowStride = srb->RowStride; local
259 GLuint *dst = (GLuint *) (map + y[i] * rowStride + x[i] * 4);
267 const GLint rowStride = srb->RowStride; local
270 void *dst = map + y[i] * rowStride + x[i] * bpp;
534 GLint rowStride, i, j; local
557 mapMode, &map, &rowStride);
664 GLint rowStride, i, j; local
[all...]
H A Ds_stencil.c302 const GLint rowStride = srb->RowStride; local
305 stencil[i] = *(map + y[i] * rowStride + x[i]);
311 const GLint rowStride = srb->RowStride; local
314 const GLubyte *src = map + y[i] * rowStride + x[i] * bpp;
558 GLint rowStride, i, j; local
581 mapMode, &map, &rowStride);
599 map += rowStride;
602 else if (rowStride == width) {
610 map += rowStride;
624 map += rowStride;
[all...]
H A Ds_clear.c59 GLint rowStride; local
69 mapMode, &map, &rowStride);
97 map += rowStride; \
132 map += rowStride; \
H A Ds_copypix.c512 GLint rowStride; local
517 &map, &rowStride);
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
529 srcMap += rowStride * (height - 1);
530 dstMap += rowStride * (height - 1);
531 srcRowStride = -rowStride;
532 dstRowStride = -rowStride;
536 srcRowStride = rowStride;
537 dstRowStride = rowStride;
[all...]
H A Ds_blit.c217 GLint rowStride; local
223 &map, &rowStride);
229 srcMap = map + srcYpos * rowStride + srcXpos * formatSize;
230 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;
235 srcMap += rowStride * (readRb->Height - 1);
236 dstMap += rowStride * (readRb->Height - 1);
237 srcRowStride = -rowStride;
238 dstRowStride = -rowStride;
242 srcRowStride = rowStride;
243 dstRowStride = rowStride;
[all...]
H A Ds_context.h465 const GLint rowStride = srb->RowStride; local
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c221 const GLint rowStride = srb->RowStride; local
224 zbuffer[i] = *((GLuint *) (map + y[i] * rowStride + x[i] * 4));
230 const GLint rowStride = srb->RowStride; local
233 const GLubyte *src = map + y[i] * rowStride+ x[i] * bpp;
256 const GLint rowStride = srb->RowStride; local
259 GLuint *dst = (GLuint *) (map + y[i] * rowStride + x[i] * 4);
267 const GLint rowStride = srb->RowStride; local
270 void *dst = map + y[i] * rowStride + x[i] * bpp;
534 GLint rowStride, i, j; local
557 mapMode, &map, &rowStride);
664 GLint rowStride, i, j; local
[all...]
H A Ds_stencil.c302 const GLint rowStride = srb->RowStride; local
305 stencil[i] = *(map + y[i] * rowStride + x[i]);
311 const GLint rowStride = srb->RowStride; local
314 const GLubyte *src = map + y[i] * rowStride + x[i] * bpp;
558 GLint rowStride, i, j; local
581 mapMode, &map, &rowStride);
599 map += rowStride;
602 else if (rowStride == width) {
610 map += rowStride;
624 map += rowStride;
[all...]
H A Ds_clear.c59 GLint rowStride; local
69 mapMode, &map, &rowStride);
97 map += rowStride; \
132 map += rowStride; \
H A Ds_copypix.c512 GLint rowStride; local
517 &map, &rowStride);
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
529 srcMap += rowStride * (height - 1);
530 dstMap += rowStride * (height - 1);
531 srcRowStride = -rowStride;
532 dstRowStride = -rowStride;
536 srcRowStride = rowStride;
537 dstRowStride = rowStride;
[all...]
H A Ds_blit.c217 GLint rowStride; local
223 &map, &rowStride);
229 srcMap = map + srcYpos * rowStride + srcXpos * formatSize;
230 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;
235 srcMap += rowStride * (readRb->Height - 1);
236 dstMap += rowStride * (readRb->Height - 1);
237 srcRowStride = -rowStride;
238 dstRowStride = -rowStride;
242 srcRowStride = rowStride;
243 dstRowStride = rowStride;
[all...]
H A Ds_context.h465 const GLint rowStride = srb->RowStride; local
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h98 unsigned rowStride,
H A Dradeon_mipmap_tree.c75 unsigned rowStride,
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
96 return rowStride * height * depth;
73 get_texture_image_size( gl_format format, unsigned rowStride, unsigned height, unsigned depth, unsigned tiling) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h98 unsigned rowStride,
H A Dradeon_mipmap_tree.c75 unsigned rowStride,
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
96 return rowStride * height * depth;
73 get_texture_image_size( gl_format format, unsigned rowStride, unsigned height, unsigned depth, unsigned tiling) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h98 unsigned rowStride,
H A Dradeon_mipmap_tree.c75 unsigned rowStride,
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
96 return rowStride * height * depth;
73 get_texture_image_size( gl_format format, unsigned rowStride, unsigned height, unsigned depth, unsigned tiling) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h98 unsigned rowStride,
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DWEBPImageEncoder.cpp39 typedef int (*WebPImporter)(WebPPicture* const, const uint8_t* const data, int rowStride);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c546 GLint rowStride; /* in bytes */ local
549 rowStride = osmesa->userRowLength * bpp;
551 rowStride = rb->Width * bpp;
556 *rowStrideOut = -rowStride;
559 *rowStrideOut = rowStride;
562 *mapOut = (GLubyte *) srb->Buffer + y * rowStride + x * bpp;
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c546 GLint rowStride; /* in bytes */ local
549 rowStride = osmesa->userRowLength * bpp;
551 rowStride = rb->Width * bpp;
556 *rowStrideOut = -rowStride;
559 *rowStrideOut = rowStride;
562 *mapOut = (GLubyte *) srb->Buffer + y * rowStride + x * bpp;
/external/eigen/test/
H A Dblock.cpp188 Index rowStride = m.rowStride(); local
194 VERIFY(m.coeff(i,j) == data[i*rowStride + j*colStride]);

Completed in 2907 milliseconds

12