Home
last modified time | relevance | path

Searched refs:getFormatInfo (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp321 const auto& info = this->getFormatInfo(*it); in setColorType()
331 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo() function in GrD3DCaps
333 return nonConstThis->getFormatInfo(format); in getFormatInfo()
336 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() function in GrD3DCaps
358 auto& info = this->getFormatInfo(format); in initFormatTable()
386 auto& info = this->getFormatInfo(format); in initFormatTable()
415 auto& info = this->getFormatInfo(format); in initFormatTable()
434 auto& info = this->getFormatInfo(format); in initFormatTable()
453 auto& info = this->getFormatInfo(format); in initFormatTable()
479 auto& info = this->getFormatInfo(format); in initFormatTable()
[all …]
DGrD3DCaps.h198 FormatInfo& getFormatInfo(DXGI_FORMAT);
199 const FormatInfo& getFormatInfo(DXGI_FORMAT) const;
/external/skia/src/gpu/vk/
DGrVkCaps.cpp810 const auto& info = this->getFormatInfo(*it); in setColorType()
820 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps
822 return nonConstThis->getFormatInfo(format); in getFormatInfo()
825 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps
848 auto& info = this->getFormatInfo(format); in initFormatTable()
877 auto& info = this->getFormatInfo(format); in initFormatTable()
907 auto& info = this->getFormatInfo(format); in initFormatTable()
926 auto& info = this->getFormatInfo(format); in initFormatTable()
945 auto& info = this->getFormatInfo(format); in initFormatTable()
972 auto& info = this->getFormatInfo(format); in initFormatTable()
[all …]
DGrVkCaps.h63 return SkToBool(FormatInfo::kTexturable_Flag & this->getFormatInfo(format).fLinearFlags); in isVkFormatTexturableLinearly()
67 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeDstofBlit()
73 const FormatInfo& info = this->getFormatInfo(format); in formatCanBeSrcofBlit()
363 FormatInfo& getFormatInfo(VkFormat);
364 const FormatInfo& getFormatInfo(VkFormat) const;
/external/skia/src/gpu/gl/
DGrGLCaps.h158 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()
737 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo() function
738 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo() function
DGrGLCaps.cpp1232 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType()
1241 const auto& info = this->getFormatInfo(format); in getTexSubImageDefaultFormatTypeAndColorType()
1267 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1269 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
1275 this->getFormatInfo(format).fStencilFormatIndex = in setStencilFormatIndexForFormat()
1343 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8); in initFormatTable()
1466 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR8); in initFormatTable()
1578 FormatInfo& info = this->getFormatInfo(GrGLFormat::kALPHA8); in initFormatTable()
1668 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8); in initFormatTable()
1748 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8_ALPHA8); in initFormatTable()
[all …]
/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
173 FormatInfo baseFormat = getFormatInfo(format); in matching()
174 FormatInfo shaderFormat = getFormatInfo(spirvFormat); in matching()
332 const FormatInfo spirvFormatInfo = getFormatInfo(m_spirvFormat); in initPrograms()
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp66 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()
Des2fFboCompletenessTests.cpp323 const FormatFlags flags = m_ctx.getCoreFormats().getFormatInfo(fmt); in formatKind()
/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/mtl/
DGrMtlCaps.mm380 const FormatInfo& formatInfo = this->getFormatInfo(format);
391 const auto& info = this->getFormatInfo(mtlFormat);
411 const FormatInfo& formatInfo = this->getFormatInfo(format);
429 const FormatInfo& formatInfo = this->getFormatInfo(format);
553 const auto& info = this->getFormatInfo(*it);
957 const auto& info = this->getFormatInfo(mtlFormat);
1002 const auto& info = this->getFormatInfo(mtlFormat);
1017 const auto& info = this->getFormatInfo(mtlFormat);
1046 const auto& info = this->getFormatInfo(GrBackendFormatAsMTLPixelFormat(surfaceFormat));
1075 const auto& info = this->getFormatInfo(mtlFormat);
DGrMtlCaps.h174 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2Decoder.h72 std::optional<struct v4l2_format> getFormatInfo();
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp88 void getFormatInfo (tcu::TextureFormat& format, int& pixelSize);
204 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, int& pixelSize) in getFormatInfo() function in deqp::gles3::Functional::__anon964df48e0111::ReadPixelsTest
332 getFormatInfo(format, pixelSize); in iterate()
/external/v4l2_codec2/components/
DV4L2Decoder.cpp494 const std::optional<struct v4l2_format> format = getFormatInfo(); in changeResolution()
505 const std::optional<struct v4l2_format> adjustedFormat = getFormatInfo(); in changeResolution()
661 std::optional<struct v4l2_format> V4L2Decoder::getFormatInfo() { in getFormatInfo() function in android::V4L2Decoder
/external/deqp/modules/glshared/
DglsFboUtil.cpp137 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()
DglsFboUtil.hpp148 FormatFlags getFormatInfo (ImageFormat format) const;
DglsFboCompletenessTests.cpp441 return db.isKnownFormat(format) && ((db.getFormatInfo(format) & feature) == feature); in isFormatFeatureSupported()
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java911 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormatSymbols.java844 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java442 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCurrencyTest.java445 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()