Searched refs:A8L8 (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 241 _(L8A8_UNORM , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, NONE, ____), 242 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____), 243 _(R8G8_UNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, ____), 244 _(R8G8_SNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, SSSS),
|
/external/angle/src/image_util/ |
D | imageformats.h | 63 struct A8L8 struct 68 static void readColor(gl::ColorF *dst, const A8L8 *src); argument 69 static void writeColor(A8L8 *dst, const gl::ColorF *src); 70 static void average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2);
|
D | imageformats.cpp | 106 void A8L8::readColor(gl::ColorF *dst, const A8L8 *src) in readColor() 115 void A8L8::writeColor(A8L8 *dst, const gl::ColorF *src) in writeColor() 121 void A8L8::average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2) in average()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 109 _T(L8A8_UNORM, A8L8, NONE),
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1157 - mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array
|