Searched refs:TestLoadByteRGBToRGBAForAllCases (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/image_util/ |
H A D | LoadToNative_unittest.cpp | 184 void TestLoadByteRGBToRGBAForAllCases(ImageLoadContext &context, in TestLoadByteRGBToRGBAForAllCases() function 392 TestLoadByteRGBToRGBAForAllCases(context, width, width, 3, 1, 0, 0, 1); in TEST() 405 TestLoadByteRGBToRGBAForAllCases(context, width, width, 3, 1, 0, 0, 1); in TEST() 416 TestLoadByteRGBToRGBAForAllCases(context, depth, 3, 3, depth, 0, 0, 1); in TEST() 428 TestLoadByteRGBToRGBAForAllCases(context, width, width, 3, 1, 0, 0, 1); in TEST() 440 TestLoadByteRGBToRGBAForAllCases(context, inputOffset, 8, 8, 1, inputOffset, 0, 1); in TEST() 452 TestLoadByteRGBToRGBAForAllCases(context, inputOffset, 7, 7, 1, inputOffset, 0, 1); in TEST() 464 TestLoadByteRGBToRGBAForAllCases(context, outputOffset, 8, 8, 1, 0, outputOffset, 1); in TEST() 476 TestLoadByteRGBToRGBAForAllCases(context, outputOffset, 7, 7, 1, 0, outputOffset, 1); in TEST() 488 TestLoadByteRGBToRGBAForAllCases(context, alignment, 4, 4, 1, 0, 0, alignment); in TEST() [all …]
|