Searched defs:rowLength (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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 Dglxclient.h172 GLuint rowLength; member in struct:__GLXpixelStoreModeRec
/external/chromium_org/third_party/mesa/src/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/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp61 ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
83 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) argument
88 , m_rowLength (rowLength)
H A Des3fTextureSpecificationTests.cpp1054 TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) argument
1057 , m_rowLength (rowLength)
1069 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
1070 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1117 int rowLength,
1125 , m_rowLength (rowLength)
1138 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
1139 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
1348 int rowLength,
1358 , m_rowLength (rowLength)
1109 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
1338 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
1385 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
1752 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
1814 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
2280 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
2306 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels; local
2353 TexImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2380 const int rowLength = m_rowLength > 0 ? m_rowLength : m_size + m_skipPixels; local
2429 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
2460 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
2511 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
2542 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; local
2593 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
2643 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
2682 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
2742 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
2783 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
2848 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
2894 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
2959 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; local
3257 int rowLength = m_width; local
3318 int rowLength = m_width; local
3554 int rowLength; member in struct:deqp::gles3::Functional::__anon20114
3598 int rowLength; member in struct:deqp::gles3::Functional::__anon20115
3772 int rowLength; member in struct:deqp::gles3::Functional::__anon20116
3823 int rowLength; member in struct:deqp::gles3::Functional::__anon20117
3979 int rowLength; member in struct:deqp::gles3::Functional::__anon20118
4030 int rowLength; member in struct:deqp::gles3::Functional::__anon20119
4153 int rowLength; member in struct:deqp::gles3::Functional::__anon20120
4215 int rowLength; member in struct:deqp::gles3::Functional::__anon20121
[all...]
/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 Dglxclient.h172 GLuint rowLength; member in struct:__GLXpixelStoreModeRec
/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/chromium_org/third_party/mesa/src/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/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/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::__anon20363
961 int rowLength; member in struct:deqp::gles31::Functional::__anon20364
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp617 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); local
618 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 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 DGrGpuGL.cpp613 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); local
614 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 374 milliseconds