Home
last modified time | relevance | path

Searched defs:writeFormat (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py1110 def writeFormat(self, writer): member in BaseTable
1234 def writeFormat(self, writer): member in FormatSwitchingBaseTable
1248 def writeFormat(self, writer): member in UInt8FormatSwitchingBaseTable
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2459 … const VkFormat readFormat, const VkFormat writeFormat, in ImageExtendOperandTestInstance()
2702 const VkFormat writeFormat, const bool operandForce, in ImageExtendOperandTest()
2730 void check64BitSupportIfNeeded(Context &context, VkFormat readFormat, VkFormat writeFormat) in check64BitSupportIfNeeded()
3853 … const auto writeFormat = (testType.testType == ExtendTestType::WRITE ? format : otherFormat); in createImageExtendOperandsTests() local
3891 …const auto writeFormat = getShaderExtensionOperandFormat(isIntFormat(format), is64BitIntegerFo… in createImageNontemporalOperandTests() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/source/
DSampleQueueTest.java1410 private void writeFormat(Format format) { in writeFormat() method in SampleQueueTest
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/
DSampleQueueTest.java1410 private void writeFormat(Format format) { in writeFormat() method in SampleQueueTest
/external/cldr/tools/c/genldml/
Dgenldml.cpp1528 void GenerateXML::writeFormat(const char* elemName, const char* style, const char* start, const cha… in writeFormat() function in GenerateXML
1552 void GenerateXML::writeFormat(const char* style, const char* start, const char* end, const char* ty… in writeFormat() function in GenerateXML
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp11572 const angle::Format *writeFormat = packPixelsParams.destFormat; in canCopyWithComputeForReadPixels() local