Home
last modified time | relevance | path

Searched defs:BlitData (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DBlitter.hpp103 struct BlitData struct in sw::Blitter
105 void *source;
106 void *dest;
107 int sPitchB;
108 int dPitchB;
109 int sSliceB;
110 int dSliceB;
112 float x0;
113 float y0;
114 float z0;
[all …]
/external/swiftshader/src/Renderer/
DBlitter.hpp72 struct BlitData struct in sw::Blitter
74 void *source;
75 void *dest;
76 int sPitchB;
77 int dPitchB;
78 int dSliceB;
80 float x0;
81 float y0;
82 float w;
83 float h;
[all …]