HomeSort by: relevance | last modified time | path
    Searched refs:DstHeight (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;
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/xf86-video-mach64/dist/src/
atimach64xv.c 939 int SrcTop, SrcLeft, DstWidth, DstHeight;
963 DstHeight = Height - SrcTop;
972 (DstPitch * DstHeight);
1079 Offset, DstPitch / 2, SrcW, SrcH, DstW, DstH, DstWidth, DstHeight);

Completed in 7 milliseconds