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

  /device/generic/goldfish-opengl/system/enc_common/
IOStream_common.cpp 16 int skipRows = 0;
22 &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...]
glxclient.h 187 GLuint skipRows;
  /external/swiftshader/src/OpenGL/common/
Image.hpp 45 GLint skipRows = 0;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 414 Index skipRows = 0;
433 while (skipRows<LhsPacketSize &&
434 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipRows)%LhsPacketSize))
435 ++skipRows;
436 if (skipRows==LhsPacketSize)
440 skipRows = 0;
444 skipRows = (std::min)(skipRows,Index(rows));
449 || (skipRows + rowsAtOnce >= rows)
451 || (size_t(firstLhs+alignedStart+lhsStride*skipRows)%sizeof(LhsPacket))==0);*
    [all...]
  /external/skia/src/codec/
SkBmpCodec.cpp 644 bool SkBmpCodec::skipRows(int count) {
650 return this->skipRows(count);
  /external/skqp/src/codec/
SkBmpCodec.cpp 639 bool SkBmpCodec::skipRows(int count) {
645 return this->skipRows(count);
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 410 int skipRows,
419 , m_skipRows (skipRows)
497 int skipRows,
512 , m_skipRows (skipRows)
876 int skipRows;
910 parameterCases[ndx].skipRows,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]

Completed in 594 milliseconds