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

1 2

  /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,
intel_tex_image.c 175 if (unpack->RowLength > 0)
176 src_stride = unpack->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;
xfont.c 225 GLint swapbytes, lsbfirst, rowlength; local
267 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength);
369 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength);
single2.c 251 *data = (GLintptr) state->storePack.rowLength;
275 *data = (GLintptr) state->storeUnpack.rowLength;
  /external/mesa3d/src/mesa/main/
pixelstore.c 70 if (ctx->Pack.RowLength == param)
73 ctx->Pack.RowLength = param;
173 if (ctx->Unpack.RowLength == param)
176 ctx->Unpack.RowLength = param;
265 ctx->Pack.RowLength = 0;
278 ctx->Unpack.RowLength = 0;
298 ctx->DefaultPacking.RowLength = 0;
image.c 116 if (packing->RowLength > 0) {
117 pixels_per_row = packing->RowLength;
286 if (packing->RowLength == 0) {
290 bytesPerRow = (packing->RowLength + 7) / 8;
298 if (packing->RowLength == 0) {
302 bytesPerRow = bytesPerPixel * packing->RowLength;
334 if (packing->RowLength == 0) {
338 bytesPerRow = (packing->RowLength + 7) / 8;
346 if (packing->RowLength == 0) {
350 bytesPerRow = bytesPerPixel * packing->RowLength;
    [all...]
texcompress_s3tc.c 176 srcPacking->RowLength != srcWidth ||
229 srcPacking->RowLength != srcWidth ||
282 srcPacking->RowLength != srcWidth ||
334 srcPacking->RowLength != srcWidth ||
attrib.c     [all...]
  /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 69 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)
98 , m_rowLength (rowLength)
437 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test");
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 121 if (pack->RowLength > 0) {
122 dst_rowstride = pack->RowLength;
  /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 */
xfonts.c 226 GLint swapbytes, lsbfirst, rowlength; local
270 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength);
373 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 219 GLint swapbytes, lsbfirst, rowlength; local
264 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength);
367 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength);
  /external/deqp/android/cts/master/
gles3-rotate-landscape.txt     [all...]
gles3-rotate-portrait.txt     [all...]
gles3-rotate-reverse-landscape.txt     [all...]
gles3-rotate-reverse-portrait.txt     [all...]
  /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/deqp/modules/glshared/
glsBufferTestUtil.cpp 531 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/osmesa/
osmesa.c 359 GLint rowlength; /* in pixels */ local
363 rowlength = osmesa->userRowLength;
365 rowlength = osmesa->srb->Base.Width;
367 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
178 memcpy(dst, src, rowLength);

Completed in 1656 milliseconds

1 2