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

1 2

  /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...]
pixelstore.c 102 state->storePack.skipRows = a;
163 state->storeUnpack.skipRows = a;
248 state->storePack.skipRows = param;
303 state->storeUnpack.skipRows = param;
single2.c 255 *data = (GLintptr) state->storePack.skipRows;
279 *data = (GLintptr) state->storeUnpack.skipRows;
glxclient.h 187 GLuint skipRows;
  /external/skia/src/codec/
SkBmpRLECodec.h 92 bool skipRows(int count) override;
SkBmpCodec.h 134 virtual bool skipRows(int count);
SkBmpCodec.cpp 644 bool SkBmpCodec::skipRows(int count) {
650 return this->skipRows(count);
SkBmpRLECodec.cpp 524 bool SkBmpRLECodec::skipRows(int count) {
  /external/skqp/src/codec/
SkBmpRLECodec.h 92 bool skipRows(int count) override;
SkBmpCodec.h 134 virtual bool skipRows(int count);
SkBmpCodec.cpp 639 bool SkBmpCodec::skipRows(int count) {
645 return this->skipRows(count);
SkBmpRLECodec.cpp 524 bool SkBmpRLECodec::skipRows(int count) {
  /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...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 202 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int align, int skipPixels, int skipRows, int skipImages) {
205 (skipImages * height + skipRows);
GLClientState.cpp 602 ALOGV("%s: pack skiprows %d", __FUNCTION__, m_pixelStore.pack_skip_rows);
609 ALOGV("%s: unpack skiprows %d", __FUNCTION__, m_pixelStore.unpack_skip_rows);
633 ALOGV("%s: pack skiprows %d", __FUNCTION__, m_pixelStore.pack_skip_rows);
640 ALOGV("%s: unpack skiprows %d", __FUNCTION__, m_pixelStore.unpack_skip_rows);
667 void GLClientState::getPackingOffsets2D(GLsizei width, GLsizei height, GLenum format, GLenum type, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const
687 *skipRows = m_pixelStore.pack_skip_rows;
    [all...]
GLClientState.h 242 void getPackingOffsets2D(GLsizei width, GLsizei height, GLenum format, GLenum type, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const;
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
es3fReadPixelsTests.cpp 69 ReadPixelsTest (Context& context, const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
92 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type)
99 , m_skipRows (skipRows)
  /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/swiftshader/src/OpenGL/common/
Image.hpp 45 GLint skipRows = 0;
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 880 void Context::setPackSkipRows(GLint skipRows)
882 mState.packParameters.skipRows = skipRows;
900 void Context::setUnpackSkipRows(GLint skipRows)
902 mState.unpackParameters.skipRows = skipRows;
    [all...]
Context.h 535 void setUnpackSkipRows(GLint skipRows);
542 void setPackSkipRows(GLint skipRows);
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]

Completed in 1254 milliseconds

1 2