/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 711 const auto& info = this->getFormatInfo(*it); in setColorType() 721 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps 723 return nonConstThis->getFormatInfo(format); in getFormatInfo() 726 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps 749 auto& info = this->getFormatInfo(format); in initFormatTable() 777 auto& info = this->getFormatInfo(format); in initFormatTable() 806 auto& info = this->getFormatInfo(format); in initFormatTable() 825 auto& info = this->getFormatInfo(format); in initFormatTable() 844 auto& info = this->getFormatInfo(format); in initFormatTable() 870 auto& info = this->getFormatInfo(format); in initFormatTable() [all …]
|
D | GrVkCaps.h | 65 return SkToBool(FormatInfo::kTexturable_Flag & this->getFormatInfo(format).fLinearFlags); in isVkFormatTexturableLinearly() 69 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeDstofBlit() 75 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeSrcofBlit() 288 FormatInfo& getFormatInfo(VkFormat); 289 const FormatInfo& getFormatInfo(VkFormat) const;
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 158 return this->getFormatInfo(format).fInternalFormatForTexImageOrStorage; in getTexImageOrStorageInternalFormat() 220 return this->getFormatInfo(format).fInternalFormatForRenderbuffer; in getRenderbufferInternalFormat() 227 return this->getFormatInfo(format).fDefaultExternalType; in getFormatDefaultExternalType() 234 return this->getFormatInfo(format).fStencilFormatIndex != FormatInfo::kUnknown_StencilIndex; in hasStencilFormatBeenDeterminedForFormat() 245 return this->getFormatInfo(format).fStencilFormatIndex; in getStencilFormatIndexForFormat() 725 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo() function 726 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo() function
|
D | GrGLCaps.cpp | 1252 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType() 1261 const auto& info = this->getFormatInfo(format); in getTexSubImageDefaultFormatTypeAndColorType() 1287 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat() 1289 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat() 1295 this->getFormatInfo(format).fStencilFormatIndex = in setStencilFormatIndexForFormat() 1363 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8); in initFormatTable() 1487 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR8); in initFormatTable() 1597 FormatInfo& info = this->getFormatInfo(GrGLFormat::kALPHA8); in initFormatTable() 1689 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8); in initFormatTable() 1770 FormatInfo& info = this->getFormatInfo(GrGLFormat::kBGRA8); in initFormatTable() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize); 144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int… in getFormatInfo() function in deqp::gles2::Functional::ReadPixelsTest 181 getFormatInfo(format, glFormat, glType, pixelSize); in iterate()
|
D | es2fFboCompletenessTests.cpp | 323 const FormatFlags flags = m_ctx.getCoreFormats().getFormatInfo(fmt); in formatKind()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CurrencyData.java | 30 public abstract CurrencyFormatInfo getFormatInfo(String isoCode); in getFormatInfo() method in CurrencyData.CurrencyDisplayInfo 181 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in CurrencyData.DefaultInfo
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CurrencyData.java | 41 public abstract CurrencyFormatInfo getFormatInfo(String isoCode); in getFormatInfo() method in CurrencyData.CurrencyDisplayInfo 207 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in CurrencyData.DefaultInfo
|
D | ICUCurrencyDisplayInfoProvider.java | 231 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 338 uint32_t ctFlags = this->getFormatInfo(mtlFormat).colorTypeFlags(ct); 349 const FormatInfo& formatInfo = this->getFormatInfo(format); 360 const auto& info = this->getFormatInfo(mtlFormat); 380 const FormatInfo& formatInfo = this->getFormatInfo(format); 398 const FormatInfo& formatInfo = this->getFormatInfo(format); 419 return this->getFormatInfo(format).fBytesPerPixel; 513 const auto& info = this->getFormatInfo(*it); 884 const auto& info = this->getFormatInfo(mtlFormat); 949 const auto& info = this->getFormatInfo(mtlFormat); 961 const auto& info = this->getFormatInfo(mtlFormat); [all …]
|
D | GrMtlCaps.h | 169 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2Decoder.h | 72 std::optional<struct v4l2_format> getFormatInfo();
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 88 void getFormatInfo (tcu::TextureFormat& format, int& pixelSize); 204 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, int& pixelSize) in getFormatInfo() function in deqp::gles3::Functional::__anon78cd4f320111::ReadPixelsTest 332 getFormatInfo(format, pixelSize); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 137 FormatFlags FormatDB::getFormatInfo (ImageFormat format) const in getFormatInfo() function in deqp::gls::FboUtil::FormatDB 503 const FormatFlags flags = db.getFormatInfo(image->internalFormat); in checkAttachmentCompleteness() 585 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat); in validStatusCodes() 613 const FormatFlags flags = m_formats.getFormatInfo(it->second->internalFormat); in validStatusCodes()
|
D | glsFboUtil.hpp | 148 FormatFlags getFormatInfo (ImageFormat format) const;
|
D | glsFboCompletenessTests.cpp | 441 return db.isKnownFormat(format) && ((db.getFormatInfo(format) & feature) == feature); in isFormatFeatureSupported()
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 477 std::optional<struct v4l2_format> format = getFormatInfo(); in changeResolution() 609 std::optional<struct v4l2_format> V4L2Decoder::getFormatInfo() { in getFormatInfo() function in android::V4L2Decoder
|
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyDisplayInfoProvider.java | 227 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormatSymbols.java | 844 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormatSymbols.java | 911 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CurrencyTest.java | 417 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CurrencyTest.java | 420 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()
|