• Home
  • Raw
  • Download

Lines Matching refs:pixels

80               GLenum format, GLenum type, GLvoid *pixels,  in get_tex_depth()  argument
102 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_depth()
129 GLenum format, GLenum type, GLvoid *pixels, in get_tex_depth_stencil() argument
150 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_depth_stencil()
178 GLenum format, GLenum type, GLvoid *pixels, in get_tex_stencil() argument
198 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_stencil()
224 GLenum format, GLenum type, GLvoid *pixels, in get_tex_ycbcr() argument
241 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_ycbcr()
310 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_compressed() argument
364 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_rgba_compressed()
427 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba_uncompressed() argument
478 dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_rgba_uncompressed()
567 GLenum format, GLenum type, GLvoid *pixels, in get_tex_rgba() argument
592 pixels, texImage, transferOps); in get_tex_rgba()
599 pixels, texImage, transferOps); in get_tex_rgba()
612 GLenum format, GLenum type, GLvoid *pixels, in get_tex_memcpy() argument
643 _mesa_image_address2d(&ctx->Pack, pixels, width, height, in get_tex_memcpy()
690 GLenum format, GLenum type, GLvoid *pixels, in _mesa_GetTexSubImage_sw() argument
716 pixels = ADD_POINTERS(buf, pixels); in _mesa_GetTexSubImage_sw()
731 format, type, pixels, texImage)) { in _mesa_GetTexSubImage_sw()
736 width, height, depth, format, type, pixels, texImage); in _mesa_GetTexSubImage_sw()
740 width, height, depth, format, type, pixels, in _mesa_GetTexSubImage_sw()
745 width, height, depth, format, type, pixels, texImage); in _mesa_GetTexSubImage_sw()
749 width, height, depth, format, type, pixels, texImage); in _mesa_GetTexSubImage_sw()
753 width, height, depth, format, type, pixels, texImage); in _mesa_GetTexSubImage_sw()
1102 GLvoid *pixels, in pbo_error_check() argument
1108 format, type, clientMemSize, pixels)) { in pbo_error_check()
1129 if (!_mesa_is_bufferobj(ctx->Pack.BufferObj) && !pixels) { in pbo_error_check()
1149 GLvoid *pixels, const char *caller) in getteximage_error_check() argument
1181 format, type, bufSize, pixels, caller)) { in getteximage_error_check()
1298 GLvoid *pixels, const char *caller) in get_texture_image() argument
1346 format, type, pixels, texImage); in get_texture_image()
1349 pixels = (GLubyte *) pixels + imageStride; in get_texture_image()
1358 GLsizei bufSize, GLvoid *pixels) in _mesa_GetnTexImageARB() argument
1377 format, type, bufSize, pixels, caller)) { in _mesa_GetnTexImageARB()
1383 format, type, pixels, caller); in _mesa_GetnTexImageARB()
1389 GLvoid *pixels ) in _mesa_GetTexImage() argument
1408 format, type, INT_MAX, pixels, caller)) { in _mesa_GetTexImage()
1414 format, type, pixels, caller); in _mesa_GetTexImage()
1420 GLsizei bufSize, GLvoid *pixels) in _mesa_GetTextureImage() argument
1442 format, type, bufSize, pixels, caller)) { in _mesa_GetTextureImage()
1448 format, type, pixels, caller); in _mesa_GetTextureImage()
1457 void *pixels) in _mesa_GetTextureSubImage() argument
1470 format, type, bufSize, pixels, caller)) { in _mesa_GetTextureSubImage()
1476 format, type, pixels, caller); in _mesa_GetTextureSubImage()
1516 GLsizei bufSize, GLvoid *pixels, in getcompressedteximage_error_check() argument
1569 if ((GLubyte *) pixels + totalBytes > in getcompressedteximage_error_check()
1592 if (!_mesa_is_bufferobj(ctx->Pack.BufferObj) && !pixels) { in getcompressedteximage_error_check()
1610 GLvoid *pixels, in get_compressed_texture_image() argument
1660 width, height, depth, pixels); in get_compressed_texture_image()
1663 pixels = (GLubyte *) pixels + imageStride; in get_compressed_texture_image()
1672 GLvoid *pixels) in _mesa_GetnCompressedTexImageARB() argument
1691 INT_MAX, pixels, caller)) { in _mesa_GetnCompressedTexImageARB()
1697 pixels, caller); in _mesa_GetnCompressedTexImageARB()
1702 _mesa_GetCompressedTexImage(GLenum target, GLint level, GLvoid *pixels) in _mesa_GetCompressedTexImage() argument
1722 INT_MAX, pixels, caller)) { in _mesa_GetCompressedTexImage()
1728 pixels, caller); in _mesa_GetCompressedTexImage()
1734 GLsizei bufSize, GLvoid *pixels) in _mesa_GetCompressedTextureImage() argument
1751 bufSize, pixels, caller)) { in _mesa_GetCompressedTextureImage()
1757 pixels, caller); in _mesa_GetCompressedTextureImage()
1766 GLsizei bufSize, void *pixels) in _mesa_GetCompressedTextureSubImage() argument
1780 bufSize, pixels, caller)) { in _mesa_GetCompressedTextureSubImage()
1787 pixels, caller); in _mesa_GetCompressedTextureSubImage()