| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | 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);
|
| H A D | mipmap.h | 43 GLint srcWidth, GLint srcHeight, GLint srcDepth, 61 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| H A D | 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, srcDept [all...] |
| H A D | 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);
|
| H A D | 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 [all...] |
| H A D | 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, srcDept [all...] |
| H A D | 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; ro 99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument [all...] |
| H A D | 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, srcDept 538 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument 580 _mesa_CopyImageSubData_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument 603 _mesa_CopyImageSubData(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument 739 _mesa_CopyImageSubDataNV_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument 762 _mesa_CopyImageSubDataNV(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument [all...] |
| H A D | 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,
|
| H A D | 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/ |
| H A D | copyimage.h | 43 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth); 50 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
|
| H A D | mipmap.h | 43 GLint srcWidth, GLint srcHeight, GLint srcDepth, 61 GLint srcWidth, GLint srcHeight, GLint srcDepth,
|
| H A D | 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, srcDept [all...] |
| H A D | 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 [all...] |
| H A D | 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, srcDept [all...] |
| H A D | 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; ro 99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument [all...] |
| H A D | 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, srcDept 533 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument 575 _mesa_CopyImageSubData_no_error(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument 598 _mesa_CopyImageSubData(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument [all...] |
| H A D | 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,
|
| H A D | pack.h | 103 int srcWidth, int srcHeight, int srcDepth, 110 int srcWidth, int srcHeight, int srcDepth,
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WarpPtr.c | 53 req->srcHeight = src_height;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | blitfb.c | 42 GLint srcHeight = SrcHeight >> SrcTexLevel; local in function:Draw 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);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta_generate_mipmap.c | 276 GLsizei srcWidth, srcHeight, srcDepth; local in function:_mesa_meta_GenerateMipmap 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/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta_generate_mipmap.c | 275 GLsizei srcWidth, srcHeight, srcDepth; local in function:_mesa_meta_GenerateMipmap 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/xf86-video-geode/dist/src/ |
| H A D | lx_exa.c | 99 unsigned int srcWidth, srcHeight; member in struct:__anonec9371920108 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/ |
| H A D | via_xv_overlay.c | 459 unsigned long srcHeight = local in function:viaOverlayGetSrcStartAddress 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 >> 533 viaOverlayGetYCbCrStartAddress(unsigned long videoFlag,unsigned long startAddr,unsigned long offset,unsigned long UVoffset,unsigned long srcPitch,unsigned long srcHeight) argument 670 viaOverlayHQVCalcZoomHeight(VIAPtr pVia,unsigned long srcHeight,unsigned long dstHeight,unsigned long * pZoomCtl,unsigned long * pMiniCtl,unsigned long * pHQVfilterCtl,unsigned long * pHQVminiCtl,unsigned long * pHQVscaleCtlV,unsigned long * pHQVzoomflag) argument 1651 SetHQVFetch(VIAPtr pVia,CARD32 srcFetch,unsigned long srcHeight) argument 1681 SetDisplayCount(VIAPtr pVia,unsigned long videoFlag,unsigned long srcWidth,unsigned long srcHeight) argument 1802 unsigned long srcWidth, srcHeight, dstWidth, dstHeight; local in function:Upd_Video [all...] |