Searched refs:rowLength (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c80 GLuint rowLength; local
111 rowLength = pack->RowLength;
113 rowLength = width;
121 rowLength = -rowLength;
155 rowLength, dst_buffer, dst_offset, false,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c80 GLuint rowLength; local
111 rowLength = pack->RowLength;
113 rowLength = width;
121 rowLength = -rowLength;
155 rowLength, dst_buffer, dst_offset, false,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c80 GLuint rowLength; local
111 rowLength = pack->RowLength;
113 rowLength = width;
121 rowLength = -rowLength;
155 rowLength, dst_buffer, dst_offset, false,
/external/mesa3d/src/glx/
H A Dpixel.c87 GLint rowLength = state->storeUnpack.rowLength; local
97 if (rowLength > 0) {
98 groupsPerRow = rowLength;
169 GLint rowLength = state->storeUnpack.rowLength; local
186 if (rowLength > 0) {
187 groupsPerRow = rowLength;
275 GLint rowLength = state->storePack.rowLength; local
396 GLint rowLength = state->storePack.rowLength; local
[all...]
H A Dpixelstore.c85 state->storePack.rowLength = a;
146 state->storeUnpack.rowLength = a;
233 state->storePack.rowLength = param;
288 state->storeUnpack.rowLength = param;
H A Dsingle2.c251 *data = (GLintptr) state->storePack.rowLength;
275 *data = (GLintptr) state->storeUnpack.rowLength;
H A Dglxclient.h172 GLuint rowLength; member in struct:__GLXpixelStoreModeRec
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp406 int rowLength,
415 , m_rowLength (rowLength)
429 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; local
430 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
493 int rowLength,
508 , m_rowLength (rowLength)
544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
545 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
722 int rowLength = m_size; local
724 int rowPitch = deAlign32(rowLength*pixelSiz
399 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
480 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
872 int rowLength; member in struct:deqp::gles31::Functional::__anon4809
961 int rowLength; member in struct:deqp::gles31::Functional::__anon4810
[all...]
/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
1069 , m_rowLength (rowLength)
1081 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
1082 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1128 int rowLength,
1136 , m_rowLength (rowLength)
1149 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
1150 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1359 int rowLength,
1369 , m_rowLength (rowLength)
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
1396 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
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
1825 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
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
2317 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels; local
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
2391 const int rowLength = m_rowLength > 0 ? m_rowLength : m_size + m_skipPixels; local
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
2471 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
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
2553 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
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
2654 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
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
2753 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
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
2859 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
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
2970 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
3268 int rowLength = m_width; local
3329 int rowLength = m_width; local
3565 int rowLength; member in struct:deqp::gles3::Functional::__anon4532
3609 int rowLength; member in struct:deqp::gles3::Functional::__anon4533
3783 int rowLength; member in struct:deqp::gles3::Functional::__anon4534
3834 int rowLength; member in struct:deqp::gles3::Functional::__anon4535
3990 int rowLength; member in struct:deqp::gles3::Functional::__anon4536
4041 int rowLength; member in struct:deqp::gles3::Functional::__anon4537
4164 int rowLength; member in struct:deqp::gles3::Functional::__anon4538
4226 int rowLength; member in struct:deqp::gles3::Functional::__anon4539
[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
98 , m_rowLength (rowLength)
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8* inPtr)
374 dst.setSize(rowLength*VERIFY_QUAD_SIZE, (numQuads/rowLength + (numQuads%rowLength != 0 ? 1 : 0))*VERIFY_QUAD_SIZE);
381 int x0 = (quadNdx%rowLength)*VERIFY_QUAD_SIZE;
382 int y0 = (quadNdx/rowLength)*VERIFY_QUAD_SIZE;
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java839 int rowLength;
842 rowLength = charArray[i].length;
843 System.arraycopy(charArray[i], 0, cbuf[i], 0, w < rowLength ? w : rowLength);
844 System.arraycopy(charAttributes[i], 0, abuf[i], 0, w < rowLength ? w : rowLength);
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp153 UnpackInfo() : alignment(4), rowLength(0), imageHeight(0), skipPixels(0), skipRows(0), skipImages(0) {}
156 GLint rowLength; member in struct:egl::Image::UnpackInfo
H A DImage.cpp1225 GLsizei inputWidth = (unpackInfo.rowLength == 0) ? width : unpackInfo.rowLength;
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8* inPtr)
535 dst.setSize(rowLength*VERIFY_QUAD_SIZE, (numQuads/rowLength + (numQuads%rowLength != 0 ? 1 : 0))*VERIFY_QUAD_SIZE);
542 int x0 = (quadNdx%rowLength)*VERIFY_QUAD_SIZE;
543 int y0 = (quadNdx/rowLength)*VERIFY_QUAD_SIZE;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c388 const int rowLength = clippedUnpack.RowLength; local
405 + ((srcY + h - 1) * rowLength + srcX) * 4;
412 ximage.bytes_per_line = -rowLength * 4; /* negative to flip image */
522 const int rowLength = clippedUnpack.RowLength; local
538 + ((srcY + h - 1) * rowLength + srcX) * 2;
545 ximage.bytes_per_line = -rowLength * 2; /* negative to flip image */
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format); local
178 memcpy(dst, src, rowLength);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h526 void setUnpackRowLength(GLint rowLength);
534 void setPackRowLength(GLint rowLength);
H A DContext.cpp164 mState.unpackInfo.rowLength = 0;
850 void Context::setPackRowLength(GLint rowLength) argument
852 mState.packRowLength = rowLength;
875 void Context::setUnpackRowLength(GLint rowLength) argument
877 mState.unpackInfo.rowLength = rowLength;
2297 *params = mState.unpackInfo.rowLength;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1370 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; local
1371 if (!rowLength)
1372 rowLength = region.bufferImageCopy.imageExtent.width;
1387 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
1561 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; local
1562 if (!rowLength)
1563 rowLength = region.bufferImageCopy.imageExtent.width;
1578 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
/external/skia/src/core/
H A DSkAAClip.cpp214 size_t rowLength = compute_row_length(row, fBounds.width()); local
215 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1180 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); local
1181 GR_GL_CALL(interface, PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1227 milliseconds

12