Home
last modified time | relevance | path

Searched refs:LoadImageRow (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.cpp66 void LoadImageRow(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width) in LoadImageRow() function
72 …void LoadImageRow<Bytes_1>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() function
78 …void LoadImageRow<Bytes_2>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() function
84 …void LoadImageRow<Bytes_4>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() function
90 …void LoadImageRow<Bytes_8>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() function
96 …void LoadImageRow<Bytes_16>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() function
102 …void LoadImageRow<ByteRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsize… in LoadImageRow() function
116 …void LoadImageRow<UByteRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() function
130 …void LoadImageRow<ShortRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsiz… in LoadImageRow() function
145 …void LoadImageRow<UShortRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsi… in LoadImageRow() function
[all …]