| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress_fxt1.c | 64 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(uint8_t)); 72 srcWidth, srcHeight, srcDepth, 80 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 90 util_format_fxt1_rgb_pack_rgba_8unorm(dst, dstRowStride, pixels, srcRowStride, srcWidth, srcHeight); 92 util_format_fxt1_rgba_pack_rgba_8unorm(dst, dstRowStride, pixels, srcRowStride, srcWidth, srcHeight);
|
| mipmap.h | 43 GLint srcWidth, GLint srcHeight, GLint srcDepth, 61 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| copyimage.h | 43 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); 50 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); 57 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); 64 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
|
| texcompress_s3tc.c | 66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte)); 74 srcWidth, srcHeight, srcDepth, 81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels, 118 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 130 srcWidth, srcHeight, srcDepth, 137 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 143 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, 174 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 186 srcWidth, srcHeight, srcDepth [all...] |
| texcompress_rgtc.c | 93 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte)); 102 srcWidth, srcHeight, srcDepth, 110 for (j = 0; j < srcHeight; j+=4) { 111 if (srcHeight > j + 3) numypixels = 4; 112 else numypixels = srcHeight - j; 147 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat)); 155 srcWidth, srcHeight, srcDepth, 163 for (j = 0; j < srcHeight; j+=4) { 164 if (srcHeight > j + 3) numypixels = 4; 165 else numypixels = srcHeight - j [all...] |
| texcompress_bptc.c | 139 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 151 srcWidth, srcHeight, srcDepth, 158 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 164 compress_rgba_unorm(srcWidth, srcHeight, 188 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat)); 196 srcWidth, srcHeight, srcDepth, 203 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 209 compress_rgb_float(srcWidth, srcHeight, 226 srcWidth, srcHeight, srcDepth, 239 srcWidth, srcHeight, srcDepth [all...] |
| texstore.c | 104 GLint srcWidth, GLint srcHeight, GLint srcDepth, 112 srcWidth, srcHeight, srcFormat, srcType); 114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); 124 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); 134 for (row = 0; row < srcHeight; row++) { 168 for (row = 0; row < srcHeight; row++) { 170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 198 for (row = 0; row < srcHeight; row++) { 200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 228 for (row = 0; row < srcHeight; row++) [all...] |
| copyimage.c | 545 int srcWidth, int srcHeight, int srcDepth) 575 srcWidth, srcHeight); 584 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) 599 dstLevel, srcWidth, srcHeight, srcDepth); 607 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) 627 srcWidth, srcHeight, srcDepth); 673 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { 701 dstHeight = srcHeight * dst_bh / src_bh; 705 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth [all...] |
| texstore.h | 67 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 82 UNUSED GLint srcWidth, UNUSED GLint srcHeight, UNUSED GLint srcDepth, \ 101 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| pack.h | 103 int srcWidth, int srcHeight, int srcDepth, 110 int srcWidth, int srcHeight, int srcDepth,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| copyimage.h | 43 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); 50 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
|
| mipmap.h | 43 GLint srcWidth, GLint srcHeight, GLint srcDepth, 61 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| texcompress_s3tc.c | 66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte)); 74 srcWidth, srcHeight, srcDepth, 81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels, 118 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 127 srcWidth, srcHeight, srcDepth, 134 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 140 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, 171 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 180 srcWidth, srcHeight, srcDepth [all...] |
| texcompress_rgtc.c | 92 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte)); 101 srcWidth, srcHeight, srcDepth, 109 for (j = 0; j < srcHeight; j+=4) { 110 if (srcHeight > j + 3) numypixels = 4; 111 else numypixels = srcHeight - j; 146 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat)); 154 srcWidth, srcHeight, srcDepth, 162 for (j = 0; j < srcHeight; j+=4) { 163 if (srcHeight > j + 3) numypixels = 4; 164 else numypixels = srcHeight - j [all...] |
| texcompress_bptc.c | 139 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); 148 srcWidth, srcHeight, srcDepth, 155 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 161 compress_rgba_unorm(srcWidth, srcHeight, 185 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat)); 193 srcWidth, srcHeight, srcDepth, 200 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 206 compress_rgb_float(srcWidth, srcHeight, 223 srcWidth, srcHeight, srcDepth, 236 srcWidth, srcHeight, srcDepth [all...] |
| texstore.c | 104 GLint srcWidth, GLint srcHeight, GLint srcDepth, 112 srcWidth, srcHeight, srcFormat, srcType); 114 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0); 124 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); 134 for (row = 0; row < srcHeight; row++) { 168 for (row = 0; row < srcHeight; row++) { 170 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 198 for (row = 0; row < srcHeight; row++) { 200 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0); 228 for (row = 0; row < srcHeight; row++) [all...] |
| copyimage.c | 540 int srcWidth, int srcHeight, int srcDepth) 570 srcWidth, srcHeight); 579 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) 594 dstLevel, srcWidth, srcHeight, srcDepth); 602 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) 622 srcWidth, srcHeight, srcDepth); 668 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { 696 dstHeight = srcHeight * dst_bh / src_bh; 700 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth [all...] |
| texstore.h | 67 GLint srcWidth, GLint srcHeight, GLint srcDepth, \ 82 UNUSED GLint srcWidth, UNUSED GLint srcHeight, UNUSED GLint srcDepth, \ 101 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| pack.h | 103 int srcWidth, int srcHeight, int srcDepth, 110 int srcWidth, int srcHeight, int srcDepth,
|
| /xsrc/external/mit/libX11/dist/src/ |
| WarpPtr.c | 53 req->srcHeight = src_height;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| blitfb.c | 19 static int SrcWidth = 512, SrcHeight = 512; 42 GLint srcHeight = SrcHeight >> SrcTexLevel; 70 glBlitFramebufferEXT(0, 0, srcWidth, srcHeight, 76 buf = malloc(4 * srcWidth * srcHeight); 77 memset(buf, 0x88, 4 * srcWidth * srcHeight); 80 glReadPixels(0, 0, srcWidth, srcHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf); 89 glDrawPixels(srcWidth, srcHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf); 172 h = SrcHeight;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| meta_generate_mipmap.c | 275 GLsizei srcWidth, srcHeight, srcDepth; 284 srcHeight = 1; 287 srcHeight = srcImage->Height; 293 dstHeight = minify(srcHeight, 1); 297 dstHeight == srcHeight && 330 srcWidth, srcHeight, /* img size */ 331 srcWidth, srcHeight, srcDepth,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| meta_generate_mipmap.c | 276 GLsizei srcWidth, srcHeight, srcDepth; 285 srcHeight = 1; 288 srcHeight = srcImage->Height; 294 dstHeight = minify(srcHeight, 1); 298 dstHeight == srcHeight && 331 srcWidth, srcHeight, /* img size */ 332 srcWidth, srcHeight, srcDepth,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_exa.c | 99 unsigned int srcWidth, srcHeight; 733 exaScratch.srcHeight = pMsk->pDrawable->height; 751 exaScratch.srcHeight = pSrc->pDrawable->height; 945 srcY = ((srcY % (int) exaScratch.srcHeight) + (int) exaScratch.srcHeight) 946 % (int) exaScratch.srcHeight; 949 opHeight = exaScratch.srcHeight - srcY; 987 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight 988 ? exaScratch.srcHeight : ((opY + height) - optempY); 994 opHeight = ((opY + height) - optempY) > (exaScratch.srcHeight [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xv_overlay.c | 459 unsigned long srcHeight = 483 if (srcHeight > dstHeight) 485 * dstHeight / srcHeight) * srcPitch; 536 unsigned long srcHeight) 542 YCbCr.dwCB = startAddr + srcPitch * srcHeight; 543 YCbCr.dwCR = (startAddr + srcPitch * srcHeight 544 + srcPitch * (srcHeight >> 2)); 547 YCbCr.dwCB = startAddr + srcPitch * srcHeight + UVoffset; 548 YCbCr.dwCR = (startAddr + srcPitch * srcHeight + UVoffset 549 + srcPitch * (srcHeight >> 2)) [all...] |