Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalAndroid.cpp389 VkResult AHardwareBufferExternalMemory::GetAndroidHardwareBufferFormatProperties(const AHardwareBuffer_Desc &ahbDesc, VkAndroidHardwareBufferFormatPropertiesANDROID *pFormat) in GetAndroidHardwareBufferFormatProperties() argument
391 pFormat->sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID; in GetAndroidHardwareBufferFormatProperties()
392 pFormat->pNext = nullptr; in GetAndroidHardwareBufferFormatProperties()
393 pFormat->format = GetVkFormatFromAHBFormat(ahbDesc.format); in GetAndroidHardwareBufferFormatProperties()
394 pFormat->externalFormat = ahbDesc.format; in GetAndroidHardwareBufferFormatProperties()
395 pFormat->formatFeatures = GetVkFormatFeaturesFromAHBFormat(ahbDesc.format); in GetAndroidHardwareBufferFormatProperties()
396 pFormat->samplerYcbcrConversionComponents = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY }; in GetAndroidHardwareBufferFormatProperties()
397 pFormat->suggestedYcbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601; in GetAndroidHardwareBufferFormatProperties()
398 pFormat->suggestedYcbcrRange = VK_SAMPLER_YCBCR_RANGE_ITU_NARROW; in GetAndroidHardwareBufferFormatProperties()
399 pFormat in GetAndroidHardwareBufferFormatProperties()
[all...]
H A DVkDeviceMemoryExternalAndroid.hpp64 static VkResult GetAndroidHardwareBufferFormatProperties(const AHardwareBuffer_Desc &ahbDesc, VkAndroidHardwareBufferFormatPropertiesANDROID *pFormat);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1252 enum pipe_format pFormat; in st_ChooseTextureFormat() local
1330 pFormat = st_choose_matching_format(st, bindings, format, type, in st_ChooseTextureFormat()
1333 if (pFormat != PIPE_FORMAT_NONE) in st_ChooseTextureFormat()
1334 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
1340 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat()
1343 if (pFormat != PIPE_FORMAT_NONE) in st_ChooseTextureFormat()
1344 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat()
1349 pFormat = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat()
1353 if (pFormat == PIPE_FORMAT_NONE && !is_renderbuffer) { in st_ChooseTextureFormat()
1355 pFormat in st_ChooseTextureFormat()
[all...]
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioInputStreamOpenSLES.cpp129 audioSink.pFormat = &format_pcm_ex; in open()
H A DAudioOutputStreamOpenSLES.cpp171 audioSrc.pFormat = &format_pcm_ex; in open()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1249 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); in TestLenientParse() local
1251 if (pFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
1254 pFormat->setLenient(true); in TestLenientParse()
1258 pFormat->parse(testCase, n, status); in TestLenientParse()
1273 pFormat->parse(testCase, n, status); in TestLenientParse()
1285 delete pFormat; in TestLenientParse()
9182 LocalPointer<NumberFormat>pFormat(NumberFormat::createPercentInstance("en_US", status)); in Test13055_PercentageRounding()
9187 pFormat->setMaximumFractionDigits(0); in Test13055_PercentageRounding()
9188 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding()
9189 pFormat in Test13055_PercentageRounding()
[all...]
/third_party/openSLES/api/1.1/
H A DOpenSLES.h418 void *pFormat; member
424 void *pFormat; member
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h368 void *pFormat; member
374 void *pFormat; member
/third_party/openSLES/api/1.0/
H A DOpenSLES.h367 void *pFormat; member
373 void *pFormat; member

Completed in 30 milliseconds