/third_party/python/Lib/multiprocessing/ |
H A D | shared_memory.py | 256 packing format for any storable value must require no more than 8 257 characters to describe its format.""" 265 # - N * 8 bytes: `struct` format string for each element 372 "Gets the packing format for a single value stored in the list." 403 """Sets the packing format and back transformation code for a 484 def format(self): member in ShareableList 485 "The struct packing format used by all currently stored items." 492 "The struct packing format used for the items' storage offsets." 497 "The struct packing format used for the items' packing formats." 502 "The struct packing format use [all...] |
H A D | queues.py | 149 assert self._closed, "Queue {0!r} not closed".format(self)
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 22 TESTFN_ASCII = "{}_{}_tmp".format(TESTFN_ASCII, os.getpid())
|
/third_party/python/Lib/ |
H A D | site.py | 194 print("Error processing line {:d} of {}:\n".format(n+1, fullname),
|
/third_party/pulseaudio/src/pulse/ |
H A D | ext-device-restore.c | 30 #include <pulse/format.h>
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jack-sink.c | 389 ss.format = PA_SAMPLE_FLOAT32NE; in pa__init()
|
H A D | module-jack-source.c | 331 ss.format = PA_SAMPLE_FLOAT32NE; in pa__init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 353 ? (new image::SparseImage(vkd, device, phys, vki, imageCreateInfo, sparseQueue, allocator, mapVkFormat(imageCreateInfo.format))) in ImageWithMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUtil.hpp | 156 vk::VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const vk::VkFormat format, const vk::VkImageUsageFlags usage, const deUint32 numArrayLayers);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 406 vk::VkFormat format; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.h | 259 GLenum format,
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 7 # gn desc out/Android --format=json "*" > desc.json 522 'gn desc in json format. Generated with \'gn desc <out_dir> --format=json "*"\'.')
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.h | 39 SamplerFormat format; member
|
H A D | queryutils.h | 120 void QueryInternalFormativ(const TextureCaps &format, GLenum pname, GLsizei bufSize, GLint *params);
|
H A D | validationES32.cpp | 538 GLenum format, in ValidateReadnPixels() 532 ValidateReadnPixels(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *data) ValidateReadnPixels() argument
|
H A D | validationES31_autogen.h | 33 GLenum format);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 95 << format("0x%016" PRIx64, TrampolineAddr); in executeCompileCallback()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.hpp | 336 * application tries to create a texture view, internal format 338 * specification, and the texture view's internal format is 339 * incompatible with parent object's internal format. Both 349 * format that does not match the original texture's, and the 428 * format which is compatible with the original texture's internal 429 * format, works correctly. 432 * view should use the same GL_RGBA8 internal format. Both texture 497 * all stages for all texture's internal format+view's internal 498 * format combinations. 643 * Specification. For each view class, consider all internal format [all...] |
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 351 elemContent = TABLE_ELEM_PATTERN.format(apiType = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 500 gl.readPixels(0, 0, RENDERTARGET_WIDTH, RENDERTARGET_HEIGHT, transferFormat.format, transferFormat.dataType, fbData.data()); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.h | 26 GLenum format);
|
/third_party/skia/src/core/ |
H A D | SkGlyph.h | 247 size_t rowBytesUsingFormat(SkMask::Format format) const; 266 // of bytes allocated. Copy the width, height, top, left, format, and image into this glyph
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 23 attachment->format = desc.fFormat; in setup_vk_attachment_description()
|
H A D | GrVkGpu.h | 123 const GrBackendFormat& format,
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 52 samplerState.textureFormat = imageViewState.format; in getImageSampler()
|