Home
last modified time | relevance | path

Searched defs:getFormatInfo (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DCurrencyData.java30 public abstract CurrencyFormatInfo getFormatInfo(String isoCode); in getFormatInfo() method in CurrencyData.CurrencyDisplayInfo
191 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in CurrencyData.DefaultInfo
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCurrencyData.java41 public abstract CurrencyFormatInfo getFormatInfo(String isoCode); in getFormatInfo() method in CurrencyData.CurrencyDisplayInfo
217 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in CurrencyData.DefaultInfo
DICUCurrencyDisplayInfoProvider.java259 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/external/skia/src/gpu/graphite/mtl/
DMtlCaps.h148 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp77 FormatInfo getFormatInfo(VkFormat format) in getFormatInfo() function
170 FormatInfo getFormatInfo(const std::string &spirvFormat) in getFormatInfo() function
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.h151 const FormatInfo& getFormatInfo(wgpu::TextureFormat format) const { in getFormatInfo() function
/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.h174 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp136 void ReadPixelsTest::getFormatInfo(tcu::TextureFormat &format, GLint &glFormat, GLint &glType, int … in getFormatInfo() function in deqp::gles2::Functional::ReadPixelsTest
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp196 void ReadPixelsTest::getFormatInfo(tcu::TextureFormat &format, int &pixelSize) in getFormatInfo() function in deqp::gles3::Functional::__anona3562d9d0111::ReadPixelsTest
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp344 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo() function in GrD3DCaps
349 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() function in GrD3DCaps
/external/v4l2_codec2/v4l2/
DV4L2Decoder.cpp914 std::optional<struct v4l2_format> V4L2Decoder::getFormatInfo() { in getFormatInfo() function in android::V4L2Decoder
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h835 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo() function
836 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo() function
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.cpp1295 VulkanCaps::FormatInfo& VulkanCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in skgpu::graphite::VulkanCaps
1307 const VulkanCaps::FormatInfo& VulkanCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in skgpu::graphite::VulkanCaps
/external/icu/icu4j/main/currdata/src/main/java/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java255 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp862 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps
867 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps
/external/deqp/modules/glshared/
DglsFboUtil.cpp139 FormatFlags FormatDB::getFormatInfo(ImageFormat format) const in getFormatInfo() function in deqp::gls::FboUtil::FormatDB