HomeSort by relevance Sort by last modified time
    Searched refs:skipRows (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 90 GLint skipRows = state->storeUnpack.skipRows;
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows;
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows;
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows = state->storePack.skipRows
    [all...]
pixelstore.c 101 state->storePack.skipRows = a;
162 state->storeUnpack.skipRows = a;
247 state->storePack.skipRows = param;
302 state->storeUnpack.skipRows = param;
single2.c 257 *data = (GLintptr) state->storePack.skipRows;
281 *data = (GLintptr) state->storeUnpack.skipRows;
glxclient.h 175 GLuint skipRows;
  /external/mesa3d/src/glx/
pixel.c 90 GLint skipRows = state->storeUnpack.skipRows;
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows;
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows;
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows = state->storePack.skipRows
    [all...]
pixelstore.c 101 state->storePack.skipRows = a;
162 state->storeUnpack.skipRows = a;
247 state->storePack.skipRows = param;
302 state->storeUnpack.skipRows = param;
single2.c 257 *data = (GLintptr) state->storePack.skipRows;
281 *data = (GLintptr) state->storeUnpack.skipRows;
glxclient.h 175 GLuint skipRows;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 370 Index skipRows = 0;
381 while (skipRows<LhsPacketSize &&
382 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipRows)%LhsPacketSize))
383 ++skipRows;
384 if (skipRows==LhsPacketSize)
388 skipRows = 0;
392 skipRows = (std::min)(skipRows,Index(rows));
397 || (skipRows + rowsAtOnce >= rows)
399 || (size_t(lhs+alignedStart+lhsStride*skipRows)%sizeof(LhsPacket))==0)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
es3fReadPixelsTests.cpp 61 ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
83 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type)
89 , m_skipRows (skipRows)
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 408 int skipRows,
417 , m_skipRows (skipRows)
495 int skipRows,
510 , m_skipRows (skipRows)
874 int skipRows;
908 parameterCases[ndx].skipRows,
    [all...]

Completed in 429 milliseconds