Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/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.java257 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.h97 const FormatInfo& getFormatInfo(wgpu::TextureFormat format) const { in getFormatInfo() function
/external/skia/src/gpu/graphite/mtl/
DMtlCaps.h124 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
162 FormatInfo getFormatInfo (const std::string& spirvFormat) in getFormatInfo() function
/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.h173 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp144 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.cpp204 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, int& pixelSize) in getFormatInfo() function in deqp::gles3::Functional::__anonfd8502ac0111::ReadPixelsTest
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.cpp869 VulkanCaps::FormatInfo& VulkanCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in skgpu::graphite::VulkanCaps
881 const VulkanCaps::FormatInfo& VulkanCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in skgpu::graphite::VulkanCaps
/external/v4l2_codec2/components/
DV4L2Decoder.cpp675 std::optional<struct v4l2_format> V4L2Decoder::getFormatInfo() { in getFormatInfo() function in android::V4L2Decoder
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.cpp342 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo() function in GrD3DCaps
347 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() function in GrD3DCaps
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h790 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo() function
791 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo() function
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java253 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.cpp846 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps
851 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps
/external/deqp/modules/glshared/
DglsFboUtil.cpp137 FormatFlags FormatDB::getFormatInfo (ImageFormat format) const in getFormatInfo() function in deqp::gls::FboUtil::FormatDB