HomeSort by: relevance | last modified time | path
    Searched refs:dstHeight (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mipmap.h 46 GLint dstWidth, GLint dstHeight, GLint dstDepth,
62 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
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 * bpt
    [all...]
copyimage.c 617 int dstWidth, dstHeight, dstDepth;
701 dstHeight = srcHeight * dst_bh / src_bh;
710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mipmap.h 46 GLint dstWidth, GLint dstHeight, GLint dstDepth,
62 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
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 * bpt
    [all...]
copyimage.c 612 int dstWidth, dstHeight, dstDepth;
696 dstHeight = srcHeight * dst_bh / src_bh;
705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
  /xsrc/external/mit/mesa-demos/dist/src/tests/
blitfb.c 20 static int DstWidth = 512, DstHeight = 512;
44 GLint dstHeight = DstHeight >> DstTexLevel;
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);
204 h = DstHeight;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta_generate_mipmap.c 276 GLsizei dstWidth, dstHeight, dstDepth;
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/drivers/common/
meta_generate_mipmap.c 277 GLsizei dstWidth, dstHeight, dstDepth;
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/swrast/
s_blit.c 124 const GLint dstHeight = ABS(dstY1 - dstY0);
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);
630 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
632 GLfloat srcRow = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_blit.c 124 const GLint dstHeight = ABS(dstY1 - dstY0);
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);
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/
via_xv_overlay.c 461 unsigned long dstHeight =
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 - Zoom out *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga_reg.h 1163 uint32 dstHeight;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga_reg.h 1163 uint32 dstHeight;
  /xsrc/external/mit/xf86-video-vmware/dist/src/
svga_reg.h 916 uint32 dstHeight;

Completed in 18 milliseconds