/third_party/skia/src/utils/win/ |
D | SkWGL_win.cpp | 126 int formatCount, in selectFormat() argument 130 if (formatCount <= 0) { in selectFormat() 139 rankedFormats.setCount(formatCount); in selectFormat() 140 for (int i = 0; i < formatCount; ++i) { in selectFormat()
|
D | SkWGL.h | 94 int formatCount,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 60 GLint formatCount; in getAvailableProgramBinaryFormatCount() local 61 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS_OES, &formatCount); in getAvailableProgramBinaryFormatCount() 62 return formatCount; in getAvailableProgramBinaryFormatCount() 1222 GLint formatCount; in getAvailableProgramBinaryFormatCount() local 1223 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS_OES, &formatCount); in getAvailableProgramBinaryFormatCount() 1224 return formatCount; in getAvailableProgramBinaryFormatCount()
|
D | ProgramPipelineTest.cpp | 285 GLint formatCount = 0; in getAvailableProgramBinaryFormatCount() local 286 glGetIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS_OES, &formatCount); in getAvailableProgramBinaryFormatCount() 287 return formatCount; in getAvailableProgramBinaryFormatCount()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
D | MessageFormat2Test.java | 181 int formatCount = 0; field in MessageFormat2Test.TemperatureFormatterFactory 221 this.formatterFactory.formatCount++; in format() 284 assertEquals("cached formatter", maxCount * 2, counter.formatCount); in testFormatterIsCreatedOnce()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 1183 deUint32 formatCount = 1; in addGraphicsImageSamplerTest() local 1185 formatCount = optypeimageFormatMismatchFormatCount; in addGraphicsImageSamplerTest() 1190 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 1183 deUint32 formatCount = 1; in addGraphicsImageSamplerTest() local 1185 formatCount = optypeimageFormatMismatchFormatCount; in addGraphicsImageSamplerTest() 1190 for (deUint32 formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_video_decode_queue.adoc | 419 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL); 420 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 421 for (uint32_t i = 0; i < formatCount; ++i) { 424 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps); 426 for (uint32_t i = 0; i < formatCount; ++i) { 441 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL); 442 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 443 for (uint32_t i = 0; i < formatCount; ++i) { 446 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps); 448 for (uint32_t i = 0; i < formatCount; ++i) {
|
D | VK_KHR_video_encode_queue.adoc | 658 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL); 659 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 660 for (uint32_t i = 0; i < formatCount; ++i) { 663 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps); 665 for (uint32_t i = 0; i < formatCount; ++i) { 674 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL); 675 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 676 for (uint32_t i = 0; i < formatCount; ++i) { 679 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps); 681 for (uint32_t i = 0; i < formatCount; ++i) {
|
D | VK_KHR_video_queue.adoc | 675 uint32_t formatCount; 695 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, NULL); 697 VkVideoFormatPropertiesKHR* formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR)); 699 for (uint32_t i = 0; i < formatCount; ++i) { 703 vkGetPhysicalDeviceVideoFormatPropertiesKHR(physicalDevice, &formatInfo, &formatCount, formatProps); 705 for (uint32_t i = 0; i < formatCount; ++i) {
|
/third_party/glfw/tests/ |
D | vulkan.c | 2075 uint32_t formatCount; in demo_init_vk_swapchain() local 2077 &formatCount, NULL); in demo_init_vk_swapchain() 2080 (VkSurfaceFormatKHR *)malloc(formatCount * sizeof(VkSurfaceFormatKHR)); in demo_init_vk_swapchain() 2082 &formatCount, surfFormats); in demo_init_vk_swapchain() 2087 if (formatCount == 1 && surfFormats[0].format == VK_FORMAT_UNDEFINED) { in demo_init_vk_swapchain() 2090 assert(formatCount >= 1); in demo_init_vk_swapchain()
|
/third_party/glfw/src/ |
D | x11_window.c | 666 const int formatCount = sizeof(formats) / sizeof(formats[0]); in writeTargetToProperty() local 713 for (j = 0; j < formatCount; j++) in writeTargetToProperty() 719 if (j < formatCount) in writeTargetToProperty() 767 for (i = 0; i < formatCount; i++) in writeTargetToProperty() 2249 const size_t formatCount = sizeof(formats) / sizeof(formats[0]); in _glfwPlatformGetClipboardString() local 2262 for (i = 0; i < formatCount; i++) in _glfwPlatformGetClipboardString()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 665 uint32_t formatCount; in init_swapchain_extension() local 666 res = vkGetPhysicalDeviceSurfaceFormatsKHR(info.gpus[0], info.surface, &formatCount, NULL); in init_swapchain_extension() 669 (VkSurfaceFormatKHR *)malloc(formatCount * sizeof(VkSurfaceFormatKHR)); in init_swapchain_extension() 671 vkGetPhysicalDeviceSurfaceFormatsKHR(info.gpus[0], info.surface, &formatCount, surfFormats); in init_swapchain_extension() 676 if (formatCount == 1 && surfFormats[0].format == VK_FORMAT_UNDEFINED) in init_swapchain_extension() 682 ASSERT(formatCount >= 1); in init_swapchain_extension()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 509 int formatCount = (int)(sizeof(formatlist) / sizeof(unsigned int)); in iterate() local 512 for (int i = 0; i < formatCount; i++) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 509 int formatCount = (int)(sizeof(formatlist) / sizeof(unsigned int)); in iterate() local 512 for (int i = 0; i < formatCount; i++) in iterate()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonemetadata.pb.js | 150 i18n.phonenumbers.NumberFormat.prototype.formatCount = function() { method in i18n.phonenumbers.NumberFormat
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 21366 … formatCount; in getOpticalFlowImageFormatsNV() local 21371 …st<const VkOpticalFlowImageFormatInfoNV *>( &opticalFlowImageFormatInfo ), &formatCount, nullptr ); in getOpticalFlowImageFormatsNV() 21372 if ( ( result == VK_SUCCESS ) && formatCount ) in getOpticalFlowImageFormatsNV() 21374 imageFormatProperties.resize( formatCount ); in getOpticalFlowImageFormatsNV() 21377 &formatCount, in getOpticalFlowImageFormatsNV() 21382 VULKAN_HPP_ASSERT( formatCount <= imageFormatProperties.size() ); in getOpticalFlowImageFormatsNV() 21383 if ( formatCount < imageFormatProperties.size() ) in getOpticalFlowImageFormatsNV() 21385 imageFormatProperties.resize( formatCount ); in getOpticalFlowImageFormatsNV() 21404 uint32_t formatCount; in getOpticalFlowImageFormatsNV() local 21409 …st<const VkOpticalFlowImageFormatInfoNV *>( &opticalFlowImageFormatInfo ), &formatCount, nullptr ); in getOpticalFlowImageFormatsNV() [all …]
|
D | vulkan_raii.hpp | 19868 uint32_t formatCount; in getOpticalFlowImageFormatsNV() local 19875 &formatCount, in getOpticalFlowImageFormatsNV() 19877 if ( ( result == VK_SUCCESS ) && formatCount ) in getOpticalFlowImageFormatsNV() 19879 imageFormatProperties.resize( formatCount ); in getOpticalFlowImageFormatsNV() 19883 &formatCount, in getOpticalFlowImageFormatsNV() 19888 VULKAN_HPP_ASSERT( formatCount <= imageFormatProperties.size() ); in getOpticalFlowImageFormatsNV() 19889 if ( formatCount < imageFormatProperties.size() ) in getOpticalFlowImageFormatsNV() 19891 imageFormatProperties.resize( formatCount ); in getOpticalFlowImageFormatsNV()
|