| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mipmap.h | 46 GLint dstWidth, GLint dstHeight, GLint dstDepth, 62 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
|
| H A D | mipmap.c | 1474 GLint dstWidth, GLint dstHeight, 1480 const GLint dstHeightNB = dstHeight - 2 * border; 1487 if (srcHeight > 1 && srcHeight > dstHeight) { 1519 memcpy(dstPtr + dstWidth * (dstHeight - 1) * bpt, 1522 memcpy(dstPtr + (dstWidth * dstHeight - 1) * bpt, 1534 dstPtr + (dstWidth * (dstHeight - 1) + 1) * bpt); 1536 if (srcHeight == dstHeight) { 1566 GLint dstWidth, GLint dstHeight, GLint dstDepth, 1573 const GLint dstHeightNB = dstHeight - 2 * border; 1582 bytesPerDstImage = dstRowStride * dstHeight * bp 1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument 1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument 1724 _mesa_generate_mipmap_level(GLenum target,GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcData,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstData,GLint dstRowStride) argument 1792 _mesa_next_mipmap_level_size(GLenum target,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLint * dstWidth,GLint * dstHeight,GLint * dstDepth) argument 1962 GLint dstWidth, dstHeight, dstDepth; local in function:generate_mipmap_uncompressed 2149 GLint dstWidth, dstHeight, dstDepth; local in function:generate_mipmap_compressed [all...] |
| H A D | copyimage.c | 612 int dstWidth, dstHeight, dstDepth; local in function:_mesa_CopyImageSubData 696 dstHeight = srcHeight * dst_bh / src_bh; 705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | mipmap.h | 46 GLint dstWidth, GLint dstHeight, GLint dstDepth, 62 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
|
| H A D | mipmap.c | 1474 GLint dstWidth, GLint dstHeight, 1480 const GLint dstHeightNB = dstHeight - 2 * border; 1487 if (srcHeight > 1 && srcHeight > dstHeight) { 1519 memcpy(dstPtr + dstWidth * (dstHeight - 1) * bpt, 1522 memcpy(dstPtr + (dstWidth * dstHeight - 1) * bpt, 1534 dstPtr + (dstWidth * (dstHeight - 1) + 1) * bpt); 1536 if (srcHeight == dstHeight) { 1566 GLint dstWidth, GLint dstHeight, GLint dstDepth, 1573 const GLint dstHeightNB = dstHeight - 2 * border; 1582 bytesPerDstImage = dstRowStride * dstHeight * bp 1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument 1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument 1724 _mesa_generate_mipmap_level(GLenum target,GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcData,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstData,GLint dstRowStride) argument 1792 _mesa_next_mipmap_level_size(GLenum target,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLint * dstWidth,GLint * dstHeight,GLint * dstDepth) argument 1967 GLint dstWidth, dstHeight, dstDepth; local in function:generate_mipmap_uncompressed 2154 GLint dstWidth, dstHeight, dstDepth; local in function:generate_mipmap_compressed [all...] |
| H A D | copyimage.c | 617 int dstWidth, dstHeight, dstDepth; local in function:_mesa_CopyImageSubData 701 dstHeight = srcHeight * dst_bh / src_bh; 710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | blitfb.c | 44 GLint dstHeight = DstHeight >> DstTexLevel; local in function:Draw 71 0, 0, dstWidth, dstHeight, 98 buf = malloc(4 * dstWidth * dstHeight); 99 memset(buf, 0x88, 4 * dstWidth * dstHeight); 102 glReadPixels(0, 0, dstWidth, dstHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf); 111 glDrawPixels(dstWidth, dstHeight, GL_RGBA, GL_UNSIGNED_BYTE, buf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta_generate_mipmap.c | 277 GLsizei dstWidth, dstHeight, dstDepth; local in function:_mesa_meta_GenerateMipmap 294 dstHeight = minify(srcHeight, 1); 298 dstHeight == srcHeight && 323 _mesa_set_viewport(ctx, 0, 0, 0, dstWidth, dstHeight); 356 assert(dstHeight == 1); 358 assert(dstHeight == ctx->DrawBuffer->Height);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta_generate_mipmap.c | 276 GLsizei dstWidth, dstHeight, dstDepth; local in function:_mesa_meta_GenerateMipmap 293 dstHeight = minify(srcHeight, 1); 297 dstHeight == srcHeight && 322 _mesa_set_viewport(ctx, 0, 0, 0, dstWidth, dstHeight); 355 assert(dstHeight == 1); 357 assert(dstHeight == ctx->DrawBuffer->Height);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 124 const GLint dstHeight = ABS(dstY1 - dstY0); variable in typeref:typename:const GLint 290 dstWidth, dstHeight, 299 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; 525 const GLint dstHeight = ABS(dstY1 - dstY0); local in function:blit_linear 630 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 632 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 124 const GLint dstHeight = ABS(dstY1 - dstY0); variable in typeref:typename:const GLint 290 dstWidth, dstHeight, 299 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; 525 const GLint dstHeight = ABS(dstY1 - dstY0); local in function:blit_linear 630 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 632 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_xv_overlay.c | 461 unsigned long dstHeight = local in function:viaOverlayGetSrcStartAddress 483 if (srcHeight > dstHeight) 485 * dstHeight / srcHeight) * srcPitch; 671 unsigned long srcHeight, unsigned long dstHeight, 688 * dstHeight = dstHeight + 1; 691 if (srcHeight == dstHeight) { /* No zoom */ 693 } else if (srcHeight < dstHeight) { /* Zoom in */ 695 tmp = srcHeight * 0x400 / dstHeight - 1; 701 } else { /* srcHeight > dstHeight 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 1802 unsigned long srcWidth, srcHeight, dstWidth, dstHeight; local in function:Upd_Video [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | svga_reg.h | 916 uint32 dstHeight; member in struct:SVGAOverlayUnit
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 1163 uint32 dstHeight; member in struct:SVGAOverlayUnit
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 1163 uint32 dstHeight; member in struct:SVGAOverlayUnit
|