Home
last modified time | relevance | path

Searched refs:format (Results 5776 - 5800 of 9951) sorted by relevance

1...<<231232233234235236237238239240>>...399

/third_party/python/PC/
H A Dvalidate_ucrtbase.py81 print('{} is version {}.{}.{}.{}'.format(name.value, *ver))
/third_party/rust/crates/clap/examples/
H A Dtyped-derive.rs57 .ok_or_else(|| format!("invalid KEY=value: no `=` found in `{s}`"))?; in parse_key_val()
93 _ => Err(format!("Unknown log level: {s}")), in from_str()
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_04_custom.rs69 format!("{major}.{minor}.{patch}") in main()
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs110 assert_eq!(format!("{:?}", AnyValue::new(5)), "AnyValue { inner: i32 }"); in from()
/third_party/rust/crates/cxx/syntax/
H A Dqualified.rs45 let msg = format!( in parse_unquoted()
/third_party/rust/crates/io-lifetimes/
H A Dbuild.rs36 can_compile(&format!( in has_feature()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Draw_logging.h32 // This is similar to LOG(severity) << format..., but
37 // * it uses an explicit printf-format and arguments list
106 // Logs format... at "severity" level, reporting it
110 const char* format, ...) ABSL_PRINTF_ATTRIBUTE(4, 5);
/third_party/skia/include/gpu/dawn/
H A DGrDawnTypes.h70 desc.format = texInfo.fFormat; in GrDawnRenderTargetInfo()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_android.h65 VkFormat format; member
/third_party/rust/crates/regex/scripts/
H A Dregex-match-tests.py83 print(tpl.format(date=str(datetime.datetime.now())))
/third_party/skia/bin/
H A Dfetch-gn29 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}-{}/+/git_revision:{}'.format(
/third_party/selinux/libsepol/cil/include/cil/
H A Dcil.h77 __attribute__ ((format(printf, 2, 3)))
/third_party/rust/crates/quote/src/
H A Dformat.rs7 /// Syntax is copied from the [`format!`] macro, supporting both positional and
11 /// of format types to traits is:
25 /// Unlike `format!`, this macro uses the [`IdentFragment`] formatting trait by
133 &$crate::__private::format!($($fmt)*),
/third_party/spirv-tools/utils/
H A Dgenerate_registry_tables.py62 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-large-constant-arrays.py89 .format(TYPE=elements[0].typeString(), LENGTH=len(elements)))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.hpp53 vk::VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const vk::VkFormat format, const vk::VkImageUsageFlags usage);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py47 buildPath = buildPathPtrn.format(
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_screen.h66 VkFormat format; member
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_aosp.sh89 gn desc ${GN_OUTPUT_DIRECTORY} --format=json "*" > ${GN_OUTPUT_DIRECTORY}/desc.$abi.json
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dgen_load_texture_border_functions_table.py8 # not renderer specific. The mappings are done from the GL internal format, to the ANGLE format ID.
40 // - the GL internal format (supplied to glTex*Image*D)
54 // Use LoadToNative for any format that doesn't reorder channels.
142 output = template.format(
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp41 // List of compressed format that require that the texture size is smaller than or a multiple of in CompressedTextureFormatRequiresExactSize()
133 bool ValidReadPixelsFormatEnum(const Context *context, GLenum format) in ValidReadPixelsFormatEnum() argument
135 switch (format) in ValidReadPixelsFormatEnum()
194 GLenum format, in ValidReadPixelsFormatType()
202 switch (format) in ValidReadPixelsFormatType()
221 return (format == GL_RGBA && type == GL_BYTE && info->pixelBytes >= 1) || in ValidReadPixelsFormatType()
222 (context->getExtensions().textureNorm16EXT && format == GL_RGBA && in ValidReadPixelsFormatType()
226 return (format == GL_RGBA_INTEGER && type == GL_INT); in ValidReadPixelsFormatType()
229 return (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT); in ValidReadPixelsFormatType()
232 switch (format) in ValidReadPixelsFormatType()
192 ValidReadPixelsFormatType(const Context *context, const gl::InternalFormat *info, GLenum format, GLenum type) ValidReadPixelsFormatType() argument
1166 ValidImageDataSize(const Context *context, angle::EntryPoint entryPoint, TextureType texType, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels, GLsizei imageSize) ValidImageDataSize() argument
1922 const auto &format = *(texture->getFormat(baseTarget, effectiveBaseLevel).info); ValidateGenerateMipmapBase() local
1985 ValidateReadPixelsRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const GLsizei *length, const GLsizei *columns, const GLsizei *rows, const void *pixels) ValidateReadPixelsRobustANGLE() argument
2026 ValidateReadnPixelsEXT(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateReadnPixelsEXT() argument
2047 ValidateReadnPixelsRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const GLsizei *length, const GLsizei *columns, const GLsizei *rows, const void *data) ValidateReadnPixelsRobustANGLE() argument
6950 ValidatePixelPack(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLenum type, GLint x, GLint y, GLsizei width, GLsizei height, GLsizei bufSize, GLsizei *length, const void *pixels) ValidatePixelPack() argument
7045 ValidateReadPixelsBase(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, const void *pixels) ValidateReadPixelsBase() argument
8243 ValidateTexImage2DExternalANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) ValidateTexImage2DExternalANGLE() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.cpp267 createInfo.imageFormat = surfaceFormat.format; in CreateSwapChain()
297 swapChainImageFormat = surfaceFormat.format; in CreateSwapChain()
310 createInfo.format = swapChainImageFormat; in CreateImageViews()
328 colorAttachment.format = swapChainImageFormat; in CreateRenderPass()
463 vertexInputAttributes[0].format = VK_FORMAT_R32G32B32_SFLOAT; in PrepareVertexInputState()
470 vertexInputAttributes[1].format = VK_FORMAT_R32G32B32_SFLOAT; in PrepareVertexInputState()
941 if (availableFormat.format == VK_FORMAT_B8G8R8A8_SRGB && in ChooseSwapSurfaceFormat()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp103 windowConfig.format = GRAPHIC_PIXEL_FMT_RGBA_8888; in CreateNativeWindowFromSurface()
321 int32_t format = va_arg(args, int32_t); in HandleNativeWindowSetFormat() local
322 window->surface->SetWindowConfigFormat(format); in HandleNativeWindowSetFormat()
399 int32_t *format = va_arg(args, int32_t*); in HandleNativeWindowGetFormat() local
400 if (format != nullptr) { in HandleNativeWindowGetFormat()
402 *format = windowConfig.format; in HandleNativeWindowGetFormat()

Completed in 18 milliseconds

1...<<231232233234235236237238239240>>...399