HomeSort by relevance Sort by last modified time
    Searched refs:SrcX (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 295 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
329 .addImm(SrcX)
348 .addImm(SrcX)
368 .addImm(SrcX)
396 unsigned SrcX = 0, SrcY = 1, SrcZ = 2, SrcW = 3;
431 .addImm(SrcX)
450 .addImm(SrcX)
470 .addImm(SrcX)
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 329 PVR2D_LONG SrcX, SrcY; /* pixel offset from start of surface to start of source rectangle */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 127 W32KAPI WINBOOL WINAPI NtGdiAlphaBlend(HDC hdcDst,LONG DstX,LONG DstY,LONG DstCx,LONG DstCy,HDC hdcSrc,LONG SrcX,LONG SrcY,LONG SrcCx,LONG SrcCy,BLENDFUNCTION BlendFunction,HANDLE hcmXform);
    [all...]
vfw.h 624 void WINAPI StretchDIB(LPBITMAPINFOHEADER biDst,LPVOID lpDst,int DstX,int DstY,int DstXE,int DstYE,LPBITMAPINFOHEADER biSrc,LPVOID lpSrc,int SrcX,int SrcY,int SrcXE,int SrcYE);
    [all...]

Completed in 604 milliseconds