/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | basetexture9.h | 40 D3DFORMAT format; member 71 D3DFORMAT format,
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 121 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 D | pep384_macrocheck.py | 36 .format(search, startpath)) 148 .format(errors))
|
/third_party/pulseaudio/src/pulse/ |
H A D | gccmacro.h | 29 #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.py | 81 self[key] = "={:02X}".format(key) 233 return "=?{}{}?{}?{}?=".format(charset, lang, encoding, encoded)
|
/third_party/python/Include/ |
H A D | ceval.h | 37 PyObject *callable, const char *format, ...); 39 PyObject *obj, const char *name, const char *format, ...);
|
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 107 const char *format, /* ASCII-encoded string */ 176 const char *format,
|
/third_party/pulseaudio/src/tests/ |
H A D | remix-test.c | 91 ss1.format = ss2.format = PA_SAMPLE_S16NE; in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.hpp | 36 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 D | gen_uniform_type_table.py | 66 // 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 D | FunctionsCGL.h | 76 GLenum format, 80 (ctx, target, internal_format, width, height, format, type, ioSurface, plane))
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp | 55 glw::GLenum format; member 90 , format(0) in texture_properties()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | jsgenerator.py | 96 reqs = ', '.join('[{}, {}]'.format(undefquote(dep[0]), undefquote(dep[1])) for dep in deps) 97 write('{} : [{}],'.format(enquote(api), reqs), file=self.outFile)
|
H A D | vkconventions.py | 40 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 D | attributes.py | 72 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 D | ExecService.java | 70 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 D | check_language.py | 139 print("{}: found non-inclusive language: {}".format( 165 print("skipping {}".format(file))
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_android.h | 65 VkFormat format; member 96 VkFormat format; member
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.cpp | 54 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 D | GrTexture.cpp | 104 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 D | GrYUVABackendTextures.cpp | 12 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 D | libX11.hpp | 39 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 D | VkPhysicalDevice.hpp | 79 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 D | libX11.hpp | 41 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 D | FontUtils.java | 165 * the code point to format 171 return String.format("U+%04X", codePoint); in getFormattedCodePointString() 173 return String.format("U+%06X", codePoint); in getFormattedCodePointString()
|