/third_party/pulseaudio/src/tests/ |
H A D | connect-stress.c | 59 .format = PA_SAMPLE_FLOAT32,
|
H A D | sync-playback.c | 50 .format = PA_SAMPLE_FLOAT32,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sample-util.h | 55 void pa_sample_clamp(pa_sample_format_t format, void *dst, size_t dstr, const void *src, size_t sstr, unsigned n);
|
/third_party/python/Lib/asyncio/ |
H A D | windows_utils.py | 35 prefix=r'\\.\pipe\python-pipe-{:d}-{:d}-'.format(
|
H A D | runners.py | 89 raise ValueError("a coroutine was expected, got {!r}".format(coro))
|
/third_party/python/Lib/importlib/resources/ |
H A D | _adapters.py | 38 "Invalid mode value '{}', only 'r' and 'rb' are supported".format(mode)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 148 const vk::VkFormat format,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_dxgi_support_tables.py | 73 // clang-format off 81 // clang-format on 86 // clang-format off 94 // clang-format on 99 // clang-format off 107 // clang-format on 112 // clang-format off 120 // clang-format on 125 // clang-format off 133 // clang-format o [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 205 print('Total time = {} time/loop = {}'.format(deltaT, deltaT / args.loops))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL13_autogen.h | 33 GLenum format,
|
H A D | validationES2.h | 188 GLenum format,
|
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.h | 255 const GrBackendFormat& format, 262 /** Version of above that picks the default format for the color type. */
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferGDI.cpp | 40 format = FORMAT_X8R8G8B8; in FrameBufferGDI()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSwapchainKHR.cpp | 111 imageInfo.format = pCreateInfo->imageFormat; in createImages()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | ClearImageBenchmarks.cpp | 31 imageInfo.format = clearFormat; in initialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | Glyph.java | 156 protected int format; field in Glyph.Builder
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | umsg.h | 89 * Typically, the message format will come from resources, and the 140 * log_verbose("Testing message format with Select test #1\n:"); 167 * explicitly integer. All choice format arguments must be of type double. 169 * @param pattern The pattern specifying the message's format 194 * explicitly integer. All choice format arguments must be of type double. 196 * @param pattern The pattern specifying the message's format 223 * @param pattern The pattern specifying the message's format 248 * @param pattern The pattern specifying the message's format 271 * explicitly integer. All choice format arguments must be of type double. 273 * @param pattern The pattern specifying the message's format [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cmaps.cpp | 98 switch (SWAPW(subtable->format)) { in createUnicodeMapper()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | main.cpp | 151 swap_chain_desc.format = WGPUTextureFormat_RGBA8Unorm; in main_loop() 176 ImGui::Text("This is some useful text."); // Display some text (you can use a format strings too) in main_loop()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | OboeAudioStream.java | 102 int format, in openNative() 98 openNative( int nativeApi, int sampleRate, int channelCount, int format, int sharingMode, int performanceMode, int inputPreset, int deviceId, int sessionId, int framesPerRead, boolean channelConversionAllowed, boolean formatConversionAllowed, int rateConversionQuality, boolean isMMap, boolean isInput) openNative() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Commands.h | 256 wgpu::IndexFormat format; member
|
H A D | CompilationMessages.cpp | 184 << tint::diag::Formatter{style}.format(messageList); in AddFormattedTintMessages()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.h | 33 DXGI_FORMAT D3D12TextureFormat(wgpu::TextureFormat format);
|
/third_party/skia/third_party/externals/brotli/ |
H A D | setup.py | 41 return '{0}.{1}.{2}'.format(major, minor, patch)
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | api.h | 90 {{as_cEnum(type.name, value.name)}} = 0x{{format(value.value, "08X")}},
|