Searched refs:pFormat (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalAndroid.cpp | 389 …rties(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_… 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->suggestedXChromaOffset = VK_CHROMA_LOCATION_COSITED_EVEN; in GetAndroidHardwareBufferFormatProperties() [all …]
|
D | VkDeviceMemoryExternalAndroid.hpp | 64 …ties(const AHardwareBuffer_Desc &ahbDesc, VkAndroidHardwareBufferFormatPropertiesANDROID *pFormat);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1252 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 = st_choose_format(st, internalFormat, format, type, in st_ChooseTextureFormat() [all …]
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_stream_producer_aldatalocator.txt | 56 EGLStream. (Note that the pFormat member of the XADataSink 78 EGLStream (in the pEGLDisplay member). The pFormat field of the
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_stream_producer_aldatalocator.txt | 56 EGLStream. (Note that the pFormat member of the XADataSink 78 EGLStream (in the pEGLDisplay member). The pFormat field of the
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioInputStreamOpenSLES.cpp | 129 audioSink.pFormat = &format_pcm_ex; in open()
|
D | AudioOutputStreamOpenSLES.cpp | 171 audioSrc.pFormat = &format_pcm_ex; in open()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1249 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() local 9187 pFormat->setMaximumFractionDigits(0); in Test13055_PercentageRounding() 9188 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding() 9189 pFormat->format(2.155, actual); in Test13055_PercentageRounding()
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 367 void *pFormat; member 373 void *pFormat; member
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 368 void *pFormat; member 374 void *pFormat; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 418 void *pFormat; member 424 void *pFormat; member
|