Home
last modified time | relevance | path

Searched refs:ConvertFormatSignedness (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h362 angle::FormatID ConvertFormatSignedness(const angle::Format &format);
Dformatutils.cpp2933 angle::FormatID ConvertFormatSignedness(const angle::Format &format) in ConvertFormatSignedness() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1852 angle::FormatID convertedFormatID = gl::ConvertFormatSignedness(intendedFormat); in initializePipeline()