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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 80 GLuint rowLength;
110 if (pack->RowLength > 0)
111 rowLength = pack->RowLength;
113 rowLength = width;
121 rowLength = -rowLength;
155 rowLength, dst_buffer, dst_offset, false,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 80 GLuint rowLength;
110 if (pack->RowLength > 0)
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/
pixel.c 87 GLint rowLength = state->storeUnpack.rowLength;
97 if (rowLength > 0) {
98 groupsPerRow = rowLength;
169 GLint rowLength = state->storeUnpack.rowLength;
186 if (rowLength > 0) {
187 groupsPerRow = rowLength;
275 GLint rowLength = state->storePack.rowLength;
    [all...]
pixelstore.c 85 state->storePack.rowLength = a;
146 state->storeUnpack.rowLength = a;
233 state->storePack.rowLength = param;
288 state->storeUnpack.rowLength = param;
single2.c 251 *data = (GLintptr) state->storePack.rowLength;
275 *data = (GLintptr) state->storeUnpack.rowLength;
glxclient.h 172 GLuint rowLength;
  /external/mesa3d/src/glx/
pixel.c 87 GLint rowLength = state->storeUnpack.rowLength;
97 if (rowLength > 0) {
98 groupsPerRow = rowLength;
169 GLint rowLength = state->storeUnpack.rowLength;
186 if (rowLength > 0) {
187 groupsPerRow = rowLength;
275 GLint rowLength = state->storePack.rowLength;
    [all...]
pixelstore.c 85 state->storePack.rowLength = a;
146 state->storeUnpack.rowLength = a;
233 state->storePack.rowLength = param;
288 state->storeUnpack.rowLength = param;
single2.c 251 *data = (GLintptr) state->storePack.rowLength;
275 *data = (GLintptr) state->storeUnpack.rowLength;
glxclient.h 172 GLuint rowLength;
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 406 int rowLength,
415 , m_rowLength (rowLength)
429 int rowLength = m_rowLength > 0 ? m_rowLength : m_size;
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;
545 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment);
722 int rowLength = m_size;
724 int rowPitch = deAlign32(rowLength*pixelSize, alignment)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
es3fReadPixelsTests.cpp 61 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)
88 , m_rowLength (rowLength)
450 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test");
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 370 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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 388 const int rowLength = clippedUnpack.RowLength;
405 + ((srcY + h - 1) * rowLength + srcX) * 4;
412 ximage.bytes_per_line = -rowLength * 4; /* negative to flip image */
522 const int rowLength = clippedUnpack.RowLength;
538 + ((srcY + h - 1) * rowLength + srcX) * 2;
545 ximage.bytes_per_line = -rowLength * 2; /* negative to flip image */
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 530 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8* inPtr)
534 dst.setSize(rowLength*VERIFY_QUAD_SIZE, (numQuads/rowLength + (numQuads%rowLength != 0 ? 1 : 0))*VERIFY_QUAD_SIZE);
541 int x0 = (quadNdx%rowLength)*VERIFY_QUAD_SIZE;
542 int y0 = (quadNdx/rowLength)*VERIFY_QUAD_SIZE;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 388 const int rowLength = clippedUnpack.RowLength;
405 + ((srcY + h - 1) * rowLength + srcX) * 4;
412 ximage.bytes_per_line = -rowLength * 4; /* negative to flip image */
522 const int rowLength = clippedUnpack.RowLength;
538 + ((srcY + h - 1) * rowLength + srcX) * 2;
545 ximage.bytes_per_line = -rowLength * 2; /* negative to flip image */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
178 memcpy(dst, src, rowLength);
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
178 memcpy(dst, src, rowLength);
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 214 size_t rowLength = compute_row_length(row, fBounds.width());
215 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 617 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
618 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 214 size_t rowLength = compute_row_length(row, fBounds.width());
215 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 613 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
614 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]

Completed in 1699 milliseconds