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

  /xsrc/external/mit/mesa-demos/dist/src/tests/
blitfb.c 20 static int DstWidth = 512, DstHeight = 512;
43 GLint dstWidth = DstWidth >> 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);
203 w = DstWidth;
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64xv.c 939 int SrcTop, SrcLeft, DstWidth, DstHeight;
962 DstWidth = Width - SrcLeft;
970 (DstWidth + DstWidth + 15) & ~15;
1079 Offset, DstPitch / 2, SrcW, SrcH, DstW, DstH, DstWidth, DstHeight);

Completed in 10 milliseconds