Lines Matching defs:CopyImageParameters
160 struct CopyImageParameters struct
162 int srcOffset[2];
163 int srcExtents[2];
164 int dstOffset[2];
165 int srcMip;
166 int srcLayer;
167 int srcSampleCount;
168 int srcHeight;
169 gl::LevelIndex dstMip;
170 int dstLayer;
171 bool srcPremultiplyAlpha;
172 bool srcUnmultiplyAlpha;
173 bool srcFlipY;
174 bool dstFlipY;
175 SurfaceRotation srcRotation;
176 GLenum srcColorEncoding;
177 GLenum dstColorEncoding;