Searched refs:skipRows (Results 1 - 22 of 22) sorted by relevance

/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 Dpixelstore.c102 state->storePack.skipRows = a;
163 state->storeUnpack.skipRows = a;
248 state->storePack.skipRows = param;
303 state->storeUnpack.skipRows = param;
H A Dsingle2.c255 *data = (GLintptr) state->storePack.skipRows;
279 *data = (GLintptr) state->storeUnpack.skipRows;
H A Dglxclient.h187 GLuint skipRows; member in struct:__GLXpixelStoreModeRec
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h414 Index skipRows = 0; local
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)
[all...]
/external/skia/src/codec/
H A DSkBmpCodec.h134 virtual bool skipRows(int count);
H A DSkBmpRLECodec.h92 bool skipRows(int count) override;
H A DSkBmpCodec.cpp644 bool SkBmpCodec::skipRows(int count) { function in class:SkBmpCodec
650 return this->skipRows(count);
H A DSkBmpRLECodec.cpp524 bool SkBmpRLECodec::skipRows(int count) {
/external/skqp/src/codec/
H A DSkBmpCodec.h134 virtual bool skipRows(int count);
H A DSkBmpRLECodec.h92 bool skipRows(int count) override;
H A DSkBmpCodec.cpp639 bool SkBmpCodec::skipRows(int count) { function in class:SkBmpCodec
645 return this->skipRows(count);
H A DSkBmpRLECodec.cpp524 bool SkBmpRLECodec::skipRows(int count) {
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1066 TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) argument
1070 , m_skipRows (skipRows)
1130 int skipRows,
1138 , m_skipRows (skipRows)
1360 int skipRows,
1370 , m_skipRows (skipRows)
1779 int skipRows,
1793 , m_skipRows (skipRows)
2298 int skipRows,
2305 , m_skipRows (skipRows)
1120 TexImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
1349 TexSubImage2DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment) argument
1763 TexSubImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
2291 TexImage2DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2364 TexImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2440 TexImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2522 TexImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2604 TexSubImage2DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2693 TexSubImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2794 TexSubImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2905 TexSubImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
3566 int skipRows; member in struct:deqp::gles3::Functional::__anon5185
3610 int skipRows; member in struct:deqp::gles3::Functional::__anon5186
3784 int skipRows; member in struct:deqp::gles3::Functional::__anon5187
3835 int skipRows; member in struct:deqp::gles3::Functional::__anon5188
3992 int skipRows; member in struct:deqp::gles3::Functional::__anon5189
4043 int skipRows; member in struct:deqp::gles3::Functional::__anon5190
4166 int skipRows; member in struct:deqp::gles3::Functional::__anon5191
4228 int skipRows; member in struct:deqp::gles3::Functional::__anon5192
[all...]
H A Des3fReadPixelsTests.cpp69 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) argument
99 , m_skipRows (skipRows)
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp410 int skipRows,
419 , m_skipRows (skipRows)
497 int skipRows,
512 , m_skipRows (skipRows)
876 int skipRows; member in struct:deqp::gles31::Functional::__anon5475
910 parameterCases[ndx].skipRows,
965 int skipRows; member in struct:deqp::gles31::Functional::__anon5476
1015 paramCases[ndx].skipRows,
401 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
482 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp45 GLint skipRows = 0; member in struct:gl::PixelStorageModes
H A DImage.cpp692 return (storageModes.skipImages * height + storageModes.skipRows) * pitchB + storageModes.skipPixels * ComputePixelSize(format, type);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp880 void Context::setPackSkipRows(GLint skipRows) argument
882 mState.packParameters.skipRows = skipRows;
900 void Context::setUnpackSkipRows(GLint skipRows) argument
902 mState.unpackParameters.skipRows = skipRows;
2322 *params = mState.packParameters.skipRows;
2368 *params = mState.unpackParameters.skipRows;
H A DContext.h535 void setUnpackSkipRows(GLint skipRows);
542 void setPackSkipRows(GLint skipRows);
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp2022 uint32_t skipRows = region.imageExtent.height - height; local
2023 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left;
/external/skqp/src/gpu/vk/
H A DGrVkGpu.cpp2067 uint32_t skipRows = region.imageExtent.height - height; local
2068 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left;

Completed in 424 milliseconds