Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp326 const auto& info = this->getFormatInfo(*it); in setColorType()
336 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo() function in GrD3DCaps
338 return nonConstThis->getFormatInfo(format); in getFormatInfo()
341 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() function in GrD3DCaps
363 auto& info = this->getFormatInfo(format); in initFormatTable()
391 auto& info = this->getFormatInfo(format); in initFormatTable()
420 auto& info = this->getFormatInfo(format); in initFormatTable()
439 auto& info = this->getFormatInfo(format); in initFormatTable()
458 auto& info = this->getFormatInfo(format); in initFormatTable()
484 auto& info = this->getFormatInfo(forma in initFormatTable()
[all...]
H A DGrD3DCaps.h202 FormatInfo& getFormatInfo(DXGI_FORMAT);
203 const FormatInfo& getFormatInfo(DXGI_FORMAT) const;
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp824 const auto& info = this->getFormatInfo(*it); in setColorType()
834 const GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) const { in getFormatInfo() function in GrVkCaps
836 return nonConstThis->getFormatInfo(format); in getFormatInfo()
839 GrVkCaps::FormatInfo& GrVkCaps::getFormatInfo(VkFormat format) { in getFormatInfo() function in GrVkCaps
862 auto& info = this->getFormatInfo(format); in initFormatTable()
891 auto& info = this->getFormatInfo(format); in initFormatTable()
921 auto& info = this->getFormatInfo(format); in initFormatTable()
940 auto& info = this->getFormatInfo(format); in initFormatTable()
959 auto& info = this->getFormatInfo(format); in initFormatTable()
986 auto& info = this->getFormatInfo(forma in initFormatTable()
[all...]
H A 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()
377 FormatInfo& getFormatInfo(VkFormat);
378 const FormatInfo& getFormatInfo(VkFormat) const;
/third_party/skia/src/gpu/gl/
H A 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()
772 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo() function in GrGLCaps
773 const FormatInfo& getFormatInfo(GrGLFormat format) const { in getFormatInfo() function in GrGLCaps
H A DGrGLCaps.cpp1290 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType()
1299 const auto& info = this->getFormatInfo(format); in getTexSubImageDefaultFormatTypeAndColorType()
1325 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1327 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
1333 this->getFormatInfo(format).fStencilFormatIndex = in setStencilFormatIndexForFormat()
1401 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8);
1524 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR8);
1638 FormatInfo& info = this->getFormatInfo(GrGLFormat::kALPHA8);
1728 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8);
1808 FormatInfo& info = this->getFormatInfo(GrGLForma
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A 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()
334 const FormatInfo spirvFormatInfo = getFormatInfo(m_spirvFormat); in initPrograms()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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& pixelSize) in getFormatInfo() function in deqp::gles2::Functional::ReadPixelsTest
181 getFormatInfo(format, glFormat, glType, pixelSize); in iterate()
H A Des2fFboCompletenessTests.cpp336 const FormatFlags flags = m_ctx.getCoreFormats().getFormatInfo(fmt); in formatKind()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A 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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCurrencyData.java40 public abstract CurrencyFormatInfo getFormatInfo(String isoCode); in getFormatInfo() method in CurrencyData.CurrencyDisplayInfo
216 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in CurrencyData.DefaultInfo
H A DICUCurrencyDisplayInfoProvider.java76 * Single-item cache for getName(), getSymbol(), and getFormatInfo().
257 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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::__anon30587::ReadPixelsTest
332 getFormatInfo(format, pixelSize); in iterate()
H A Des3fFboCompletenessTests.cpp263 if (m_formats.getFormatInfo(depthFormat) & STENCIL_RENDERABLE) in check()
265 if (m_formats.getFormatInfo(stencilFormat) & DEPTH_RENDERABLE) in check()
/third_party/vk-gl-cts/modules/glshared/
H A 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()
H A DglsFboUtil.hpp148 FormatFlags getFormatInfo (ImageFormat format) const;
H A DglsFboCompletenessTests.cpp441 return db.isKnownFormat(format) && ((db.getFormatInfo(format) & feature) == feature); in isFormatFeatureSupported()
/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.h180 const FormatInfo& getFormatInfo(const MTLPixelFormat pixelFormat) const { in getFormatInfo() function in GrMtlCaps
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyDisplayInfoProvider.java72 * Single-item cache for getName(), getSymbol(), and getFormatInfo().
253 public CurrencyFormatInfo getFormatInfo(String isoCode) { in getFormatInfo() method in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java931 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCurrencyTest.java445 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()
446 errln("Error calling getFormatInfo()."); in TestCurrencyData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java442 if (info_fallback.getFormatInfo("isoCode") != null) { in TestCurrencyData()
443 errln("Error calling getFormatInfo()."); in TestCurrencyData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormatSymbols.java855 CurrencyFormatInfo formatInfo = displayInfo.getFormatInfo(currency.getCurrencyCode()); in setCurrencyOrNull()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 32 milliseconds