HomeSort by relevance Sort by last modified time
    Searched defs:rowLength (Results 1 - 15 of 15) 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...]
glxclient.h 172 GLuint rowLength;
  /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/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...]
glxclient.h 172 GLuint 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);
  /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/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/skia/src/core/
SkAAClip.cpp 212 size_t rowLength = compute_row_length(row, fBounds.width());
213 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 645 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
646 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 212 size_t rowLength = compute_row_length(row, fBounds.width());
213 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 645 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);
646 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]

Completed in 1314 milliseconds