Searched defs:readColor (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/image_util/ |
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() function in angle::L8 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() function in angle::R8 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() function in angle::R8 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() function in angle::A8 85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor() function in angle::L8A8 106 void A8L8::readColor(gl::ColorF *dst, const A8L8 *src) in readColor() function in angle::A8L8 127 void R8G8::readColor(gl::ColorUI *dst, const R8G8 *src) in readColor() function in angle::R8G8 135 void R8G8::readColor(gl::ColorF *dst, const R8G8 *src) in readColor() function in angle::R8G8 161 void R8G8B8::readColor(gl::ColorUI *dst, const R8G8B8 *src) in readColor() function in angle::R8G8B8 169 void R8G8B8::readColor(gl::ColorF *dst, const R8G8B8 *src) in readColor() function in angle::R8G8B8 [all …]
|