Home
last modified time | relevance | path

Searched refs:format (Results 3401 - 3425 of 9189) sorted by relevance

1...<<131132133134135136137138139140>>...368

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.h40 D3DFORMAT format; member
71 D3DFORMAT format,
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c121 int ossl_core_bio_vprintf(OSSL_CORE_BIO *cb, const char *format, va_list args) in ossl_core_bio_vprintf() argument
123 return BIO_vprintf(cb->bio, format, args); in ossl_core_bio_vprintf()
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py36 .format(search, startpath))
148 .format(errors))
/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h29 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (__MINGW_PRINTF_FORMAT, a, b)))
31 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
34 /** If we're in GNU C, use some magic for detecting invalid format strings */
/third_party/python/Lib/email/
H A D_encoded_words.py81 self[key] = "={:02X}".format(key)
233 return "=?{}{}?{}?{}?=".format(charset, lang, encoding, encoded)
/third_party/python/Include/
H A Dceval.h37 PyObject *callable, const char *format, ...);
39 PyObject *obj, const char *name, const char *format, ...);
/third_party/python/Include/cpython/
H A Dpyerrors.h107 const char *format, /* ASCII-encoded string */
176 const char *format,
/third_party/pulseaudio/src/tests/
H A Dremix-test.c91 ss1.format = ss2.format = PA_SAMPLE_S16NE; in main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.hpp36 vk::VkImageAspectFlags getAspectFlags (tcu::TextureFormat format);
39 vk::VkImageCreateInfo makeImageCreateInfo (const vk::VkImageType imageType, const vk::VkExtent3D& extent, const vk::VkFormat format, const vk::VkImageUsageFlags usage, const vk::VkSampleCountFlagBits samples);
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py66 // Metadata about a particular uniform format, indexed by GL type.
228 return type_info_data_template.format(
274 output_cpp = template_cpp.format(
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h76 GLenum format,
80 (ctx, target, internal_format, width, height, format, type, ioSurface, plane))
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp55 glw::GLenum format; member
90 , format(0) in texture_properties()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djsgenerator.py96 reqs = ', '.join('[{}, {}]'.format(undefquote(dep[0]), undefquote(dep[1])) for dep in deps)
97 write('{} : [{}],'.format(enquote(api), reqs), file=self.outFile)
H A Dvkconventions.py40 EXCEPTION_PATTERN = r'(?P<exception>{})'.format(
44 r'({}|([0-9]+)|([A-Z][a-z]+)|([A-Z][A-Z]*(?![a-z])))'.format(EXCEPTION_PATTERN))
71 """Get the appropriate format macro for a structure.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dattributes.py72 return 'spec_tools.attributes.LengthEntry("{}")'.format(self.full_reference)
113 return 'spec_tools.attributes.ExternSyncEntry("{}")'.format(self.full_reference)
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java70 Log.i(LOG_TAG, String.format("Port changed (old: %d, new: %d), killing old server", m_curPort, port)); in onStartCommand()
81 Log.i(LOG_TAG, String.format("Listening on port %d", m_curPort)); in onStartCommand()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language.py139 print("{}: found non-inclusive language: {}".format(
165 print("skipping {}".format(file))
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_android.h65 VkFormat format; member
96 VkFormat format; member
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp54 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in initAtlas() local
66 fAtlas = GrDrawOpAtlas::Make(proxyProvider, format, in initAtlas()
/third_party/skia/src/gpu/
H A DGrTexture.cpp104 const GrBackendFormat& format, in ComputeScratchKey()
121 uint64_t formatKey = caps.computeFormatKey(format); in ComputeScratchKey()
103 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrScratchKey* key) ComputeScratchKey() argument
H A DGrYUVABackendTextures.cpp12 static int num_channels(const GrBackendFormat& format) { in num_channels() argument
13 switch (format.channelMask()) { in num_channels()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DlibX11.hpp39 XImage *(*XCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line);
45 XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char *data, XShmSegmentInfo *shminfo, unsigned int width, unsigned int height);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp79 static void GetFormatProperties(Format format, VkFormatProperties *pFormatProperties);
80 void getImageFormatProperties(Format format, VkImageType type, VkImageTiling tiling,
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DlibX11.hpp41 XImage *(*XCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) = nullptr;
47 XImage *(*XShmCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, char *data, XShmSegmentInfo *shminfo, unsigned int width, unsigned int height) = nullptr;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontUtils.java165 * the code point to format
171 return String.format("U+%04X", codePoint); in getFormattedCodePointString()
173 return String.format("U+%06X", codePoint); in getFormattedCodePointString()

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...368