/external/mesa3d/src/glx/ |
D | pixel.c | 90 GLint skipRows = state->storeUnpack.skipRows; in FillBitmap() local 109 start = ((const GLubyte *) userdata) + skipRows * rowSize + in FillBitmap() 173 GLint skipRows = state->storeUnpack.skipRows; in __glFillImage() local 211 skipRows * rowSize + skipPixels * groupSize; in __glFillImage() 278 GLint skipRows = state->storePack.skipRows; in EmptyBitmap() local 308 start = ((GLubyte *) userdata) + skipRows * rowSize + in EmptyBitmap() 400 GLint skipRows = state->storePack.skipRows; in __glEmptyImage() local 438 skipRows * rowSize + skipPixels * groupSize; in __glEmptyImage()
|
D | pixelstore.c | 102 state->storePack.skipRows = a; in __indirect_glPixelStoref() 163 state->storeUnpack.skipRows = a; in __indirect_glPixelStoref() 248 state->storePack.skipRows = param; in __indirect_glPixelStorei() 303 state->storeUnpack.skipRows = param; in __indirect_glPixelStorei()
|
D | single2.c | 255 *data = (GLintptr) state->storePack.skipRows; in get_client_data() 279 *data = (GLintptr) state->storeUnpack.skipRows; in get_client_data()
|
D | glxclient.h | 187 GLuint skipRows; member
|
/external/eigen/Eigen/src/Core/products/ |
D | 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)); 463 Index rowBound = ((rows-skipRows)/rowsAtOnce)*rowsAtOnce + skipRows; 464 for (Index i=skipRows; i<rowBound; i+=rowsAtOnce) 602 if (skipRows) [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1066 …esc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, … in TexImage2DParamsCase() argument 1070 , m_skipRows (skipRows) in TexImage2DParamsCase() 1130 int skipRows, in TexImage3DParamsCase() argument 1138 , m_skipRows (skipRows) in TexImage3DParamsCase() 1360 int skipRows, in TexSubImage2DParamsCase() argument 1370 , m_skipRows (skipRows) in TexSubImage2DParamsCase() 1779 int skipRows, in TexSubImage3DParamsCase() argument 1793 , m_skipRows (skipRows) in TexSubImage3DParamsCase() 2298 int skipRows, in TexImage2DBufferCase() argument 2305 , m_skipRows (skipRows) in TexImage2DBufferCase() [all …]
|
D | es3fReadPixelsTests.cpp | 69 …nst char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels… 92 …nst char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels… in ReadPixelsTest() argument 99 , m_skipRows (skipRows) in ReadPixelsTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 410 int skipRows, in TexImageCubeArrayBufferCase() argument 419 , m_skipRows (skipRows) in TexImageCubeArrayBufferCase() 497 int skipRows, in TexSubImageCubeArrayBufferCase() argument 512 , m_skipRows (skipRows) in TexSubImageCubeArrayBufferCase() 876 int skipRows; in init() member 910 parameterCases[ndx].skipRows, in init() 965 int skipRows; in init() member 1015 paramCases[ndx].skipRows, in init()
|
/external/skqp/src/codec/ |
D | SkBmpRLECodec.h | 94 bool skipRows(int count) override;
|
D | SkBmpCodec.h | 134 virtual bool skipRows(int count);
|
D | SkBmpCodec.cpp | 642 bool SkBmpCodec::skipRows(int count) { in skipRows() function in SkBmpCodec 648 return this->skipRows(count); in onSkipScanlines()
|
D | SkBmpRLECodec.cpp | 523 bool SkBmpRLECodec::skipRows(int count) { in skipRows() function in SkBmpRLECodec
|
/external/skia/src/codec/ |
D | SkBmpRLECodec.h | 94 bool skipRows(int count) override;
|
D | SkBmpCodec.h | 134 virtual bool skipRows(int count);
|
D | SkBmpCodec.cpp | 643 bool SkBmpCodec::skipRows(int count) { in skipRows() function in SkBmpCodec 649 return this->skipRows(count); in onSkipScanlines()
|
D | SkBmpRLECodec.cpp | 523 bool SkBmpRLECodec::skipRows(int count) { in skipRows() function in SkBmpRLECodec
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 575 int skipRows; // (UN)PACK_SKIP_ROWS member 895 m_initialPackProperties.skipRows = 0; in resetInitialStorageModes() 904 m_initialUnpackProperties.skipRows = 0; in resetInitialStorageModes() 925 gl.pixelStorei(GL_PACK_SKIP_ROWS, pp.skipRows); in applyInitialStorageModes() 930 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, up.skipRows); in applyInitialStorageModes() 1205 rowCount = GRADIENT_HEIGHT + m_unpackProperties.skipRows; in makeGradient() 1257 if ((k == depth - 1) && (m_unpackProperties.skipRows <= j) && in makeGradient() 1258 (j < m_unpackProperties.skipRows + GRADIENT_HEIGHT) && (m_unpackProperties.skipPixels <= x) && in makeGradient() 2180 props.rowCount = GRADIENT_HEIGHT + props.skipRows; in readOutputData() 2985 …int skipBottom = ((props.skipImages * props.rowCount + props.skipRows) * props.elementsInRow) * pr… in stripBuffer() [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 880 void Context::setPackSkipRows(GLint skipRows) in setPackSkipRows() argument 882 mState.packParameters.skipRows = skipRows; in setPackSkipRows() 900 void Context::setUnpackSkipRows(GLint skipRows) in setUnpackSkipRows() argument 902 mState.unpackParameters.skipRows = skipRows; in setUnpackSkipRows() 2302 *params = mState.packParameters.skipRows; in getIntegerv() 2342 *params = mState.unpackParameters.skipRows; in getIntegerv()
|
D | Context.h | 535 void setUnpackSkipRows(GLint skipRows); 542 void setPackSkipRows(GLint skipRows);
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 48 GLint skipRows = 0; member
|
D | Image.cpp | 554 …return (storageModes.skipImages * height + storageModes.skipRows) * pitchB + storageModes.skipPixe… in ComputePackingOffset()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 2188 uint32_t skipRows = region.imageExtent.height - height; in onReadPixels() local 2189 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 2236 uint32_t skipRows = region.imageExtent.height - height; in onReadPixels() local 2237 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
|