Searched defs:rgbaOutput (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/image_util/ |
H A D | LoadToNative_unittest.cpp | 51 std::vector<Type> &rgbaOutput, in verifyRGBToRGBAResults() 126 std::vector<uint8_t> rgbaOutput(outputByteOffset + outputActualBytes, kInitialByteValue); in TestLoadUbyteRGBToRGBA() local 168 std::vector<int8_t> rgbaOutput(outputByteOffset + outputActualBytes, kInitialByteValue); in TestLoadSbyteRGBToRGBA() local 212 uint8_t rgbaOutput[] = {0, 0, 0, 0}; in TEST() local 227 uint8_t rgbaOutput[] = {0, 0, 0, 0}; in TEST() local 242 int8_t rgbaOutput[] = {0, 0, 0, 0}; in TEST() local 258 int8_t rgbaOutput[] = {0, 0, 0, 0}; in TEST() local 276 std::vector<uint8_t> rgbaOutput(kPixelCount * 4, 0); in TEST() local 304 std::vector<uint8_t> rgbaOutput(kPixelCount * 4, 0); in TEST() local 332 std::vector<int8_t> rgbaOutput(kPixelCount * 4, 0); in TEST() local [all …]
|