template void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorT<uint8_t> &
color,
const Area &area ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorT<uint8_t> &
color ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorAT<uint8_t> &
color,
const Area &area ); \
template
void fill<T,uint8_t>( SurfaceT<T> *surface,
const ColorAT<uint8_t> &
color ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorT<uint16_t> &
color,
const Area &area ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorT<uint16_t> &
color ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorAT<uint16_t> &
color,
const Area &area ); \
template
void fill<T,uint16_t>( SurfaceT<T> *surface,
const ColorAT<uint16_t> &
color ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorT<float> &
color,
const Area &area ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorT<float> &
color ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorAT<float> &
color,
const Area &area ); \
template
void fill<T,float>( SurfaceT<T> *surface,
const ColorAT<float> &
color ); \
template
void fill<T>( ChannelT<T> *
channel,
const T
value,
const Area &area ); \
template
void fill<T>( ChannelT<T> *
channel,
const T
value );
GLsizei const GLfloat * value
Definition: GLee.h:2487
int int channel
Definition: GLee.h:17150
GLuint color
Definition: GLee.h:3198