Searched refs:LoadETC2RGB8ToBC1 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/src/image_util/ |
H A D | loadimage_etc.cpp | 1648 void LoadETC2RGB8ToBC1(const ImageLoadContext &context, in LoadETC2RGB8ToBC1() function 1787 LoadETC2RGB8ToBC1(context, width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadETC1RGB8ToBC1() 1986 void LoadETC2RGB8ToBC1(const ImageLoadContext &context, in LoadETC2RGB8ToBC1() function 1997 LoadETC2RGB8ToBC1(context, width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadETC2RGB8ToBC1() 2027 LoadETC2RGB8ToBC1(context, width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadETC2SRGB8ToBC1() 2057 LoadETC2RGB8ToBC1(context, width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadETC2RGB8A1ToBC1() 2087 LoadETC2RGB8ToBC1(context, width, height, depth, input, inputRowPitch, inputDepthPitch, output, in LoadETC2SRGB8A1ToBC1()
|
H A D | loadimage.h | 985 void LoadETC2RGB8ToBC1(const ImageLoadContext &context,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 535 angle::LoadETC2RGB8ToBC1, // ETC1_R8G8B8_UNORM 541 angle::LoadETC2RGB8ToBC1, // ETC2_R8G8B8_UNORM
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | load_functions_table_autogen.cpp | 494 return LoadImageFunctionInfo(LoadETC2RGB8ToBC1, true); in COMPRESSED_RGB8_LOSSY_DECODE_ETC2_ANGLE_to_BC1_RGB_UNORM_BLOCK()
|