Lines Matching defs:CopyImageParameters
142 struct CopyImageParameters struct
144 int srcOffset[2];
145 int srcExtents[2];
146 int dstOffset[2];
147 int srcMip;
148 int srcLayer;
149 int srcHeight;
150 gl::LevelIndex dstMip;
151 int dstLayer;
152 bool srcPremultiplyAlpha;
153 bool srcUnmultiplyAlpha;
154 bool srcFlipY;
155 bool dstFlipY;
156 SurfaceRotation srcRotation;
157 GLenum srcColorEncoding;
158 GLenum dstColorEncoding;