Searched defs:skipRows (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c90 GLint skipRows = state->storeUnpack.skipRows; local
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows; local
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows; local
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows local
[all...]
H A Dglxclient.h175 GLuint skipRows; member in struct:__GLXpixelStoreModeRec
/external/mesa3d/src/glx/
H A Dpixel.c90 GLint skipRows = state->storeUnpack.skipRows; local
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows; local
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows; local
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows local
[all...]
H A Dglxclient.h175 GLuint skipRows; member in struct:__GLXpixelStoreModeRec
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h354 Index skipRows = 0; local
365 while (skipRows<LhsPacketSize &&
366 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipRows)%LhsPacketSize))
367 ++skipRows;
368 if (skipRows==LhsPacketSize)
372 skipRows = 0;
376 skipRows = (std::min)(skipRows,Index(rows));
381 || (skipRows + rowsAtOnce >= rows)
383 || (size_t(lhs+alignedStart+lhsStride*skipRows)
[all...]

Completed in 213 milliseconds