HomeSort by relevance Sort by last modified time
    Searched full:skiprows (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixelstore.c 106 if (ctx->Pack.SkipRows == param)
109 ctx->Pack.SkipRows = param;
210 if (ctx->Unpack.SkipRows == param)
213 ctx->Unpack.SkipRows = param;
268 ctx->Pack.SkipRows = 0;
281 ctx->Unpack.SkipRows = 0;
300 ctx->DefaultPacking.SkipRows = 0;
image.c 108 GLint skiprows; local
131 skiprows = packing->SkipRows;
151 + (skiprows + row) * bytes_per_row
185 + (skiprows + row) * bytes_per_row
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
621 unpack->SkipRows += (buffer->_Ymin - *destY);
632 unpack->SkipRows += (*destY - buffer->_Ymax);
652 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
688 pack->SkipRows += (0 - *srcY)
    [all...]
  /external/mesa3d/src/mesa/main/
pixelstore.c 106 if (ctx->Pack.SkipRows == param)
109 ctx->Pack.SkipRows = param;
210 if (ctx->Unpack.SkipRows == param)
213 ctx->Unpack.SkipRows = param;
268 ctx->Pack.SkipRows = 0;
281 ctx->Unpack.SkipRows = 0;
300 ctx->DefaultPacking.SkipRows = 0;
image.c 108 GLint skiprows; local
131 skiprows = packing->SkipRows;
151 + (skiprows + row) * bytes_per_row
185 + (skiprows + row) * bytes_per_row
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
621 unpack->SkipRows += (buffer->_Ymin - *destY);
632 unpack->SkipRows += (*destY - buffer->_Ymax);
652 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
688 pack->SkipRows += (0 - *srcY)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 90 GLint skipRows = state->storeUnpack.skipRows;
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows;
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows;
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows = state->storePack.skipRows
    [all...]
pixelstore.c 101 state->storePack.skipRows = a;
162 state->storeUnpack.skipRows = a;
247 state->storePack.skipRows = param;
302 state->storeUnpack.skipRows = param;
xfont.c 226 GLint skiprows, skippixels, alignment; local
268 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
370 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
single2.c 257 *data = (GLintptr) state->storePack.skipRows;
281 *data = (GLintptr) state->storeUnpack.skipRows;
  /external/mesa3d/src/glx/
pixel.c 90 GLint skipRows = state->storeUnpack.skipRows;
109 start = ((const GLubyte *) userdata) + skipRows * rowSize +
173 GLint skipRows = state->storeUnpack.skipRows;
211 skipRows * rowSize + skipPixels * groupSize;
278 GLint skipRows = state->storePack.skipRows;
308 start = ((GLubyte *) userdata) + skipRows * rowSize +
400 GLint skipRows = state->storePack.skipRows
    [all...]
pixelstore.c 101 state->storePack.skipRows = a;
162 state->storeUnpack.skipRows = a;
247 state->storePack.skipRows = param;
302 state->storeUnpack.skipRows = param;
xfont.c 226 GLint skiprows, skippixels, alignment; local
268 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
370 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
single2.c 257 *data = (GLintptr) state->storePack.skipRows;
281 *data = (GLintptr) state->storeUnpack.skipRows;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 370 Index skipRows = 0;
381 while (skipRows<LhsPacketSize &&
382 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipRows)%LhsPacketSize))
383 ++skipRows;
384 if (skipRows==LhsPacketSize)
388 skipRows = 0;
392 skipRows = (std::min)(skipRows,Index(rows));
397 || (skipRows + rowsAtOnce >= rows)
399 || (size_t(lhs+alignedStart+lhsStride*skipRows)%sizeof(LhsPacket))==0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 220 GLint skiprows, skippixels, alignment; local
265 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
368 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 227 GLint skiprows, skippixels, alignment; local
271 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
374 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
xm_dd.c 387 const int srcY = clippedUnpack.SkipRows;
521 const int srcY = clippedUnpack.SkipRows;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 220 GLint skiprows, skippixels, alignment; local
265 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
368 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 227 GLint skiprows, skippixels, alignment; local
271 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows);
374 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows);
  /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)
89 , m_skipRows (skipRows)
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 408 int skipRows,
417 , m_skipRows (skipRows)
495 int skipRows,
510 , m_skipRows (skipRows)
874 int skipRows;
908 parameterCases[ndx].skipRows,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 151 unpack->SkipPixels || unpack->SkipRows) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 151 unpack->SkipPixels || unpack->SkipRows) {

Completed in 2878 milliseconds

1 2