Home | History | Annotate | Download | only in Renderer

Lines Matching refs:Format

48 			Format sourceFormat;
49 Format destFormat;
78 void clear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask);
83 bool fastClear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask);
85 bool read(Float4 &color, Pointer<Byte> element, Format format);
86 bool write(Float4 &color, Pointer<Byte> element, Format format, const Blitter::Options& options);
87 bool read(Int4 &color, Pointer<Byte> element, Format format);
88 bool write(Int4 &color, Pointer<Byte> element, Format format, const Blitter::Options& options);
89 static bool GetScale(float4& scale, Format format);