Home
last modified time | relevance | path

Searched full:pack (Results 676 - 700 of 1865) sorted by relevance

1...<<21222324252627282930>>...75

/third_party/node/src/
H A Dnode_http2.h1013 v8::Local<v8::Value> Pack();
1015 static v8::Local<v8::Value> Pack(Http2State* state);
1029 static v8::Local<v8::Value> Pack(
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c281 store = ctx->Pack; /* save */ in write_texture_image()
282 ctx->Pack = ctx->DefaultPacking; in write_texture_image()
294 ctx->Pack = store; /* restore */ in write_texture_image()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h347 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_premul_4()
388 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_srcalpha_4()
438 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_premul_src_4()
/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h148 // Pack back to 8-bit channels, undoing to_16x4(). in S32_alpha_D32_filter_DX()
281 // Scale by alpha, pack back together to 8-bit lanes, and write out four pixels! in S32_alpha_D32_filter_DX()
385 // Pack back into 8-bit values and store. in S32_alpha_D32_filter_DX()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h105 // To pack into another rectangle, you need to call stbrp_init_target
132 // pack a rectangle that is 'width' by 'height' in dimensions
149 // may run out of temporary storage and be unable to pack some rectangles.
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderConstExprTests.cpp151 // Floating point pack & unpack in init()
160 // \todo [2014-01-29 otto] Separate testing of half-precision pack & unpack in init()
163 addChildGroup("float_pack_unpack", "Floating point pack & unpack", cases, DE_LENGTH_OF_ARRAY(cases)); in init()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp246 MEDIA_DEBUG_LOG("start pack PixelMap"); in PackAndSaveImage()
282 MEDIA_INFO_LOG("pack pixelMap success, packedSize: %{public}" PRId64, packedSize); in PackAndSaveImage()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c31 #pragma pack(push, 1)
37 #pragma pack(pop)
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp339 char *pack = VerifyP2pPack(g_ip, g_port, NULL); in HWTEST_F() local
340 EXPECT_TRUE(pack != nullptr); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h32 #pragma pack(1)
38 #pragma pack()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp51 #pragma pack(push, 1)
69 #pragma pack(pop)
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c38 #pragma pack(1)
50 #pragma pack()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h27 #pragma pack(1)
802 #pragma pack(0)
H A Dhci_def_link_ctrl_cmd.h27 #pragma pack(1)
747 #pragma pack(0)
/third_party/ffmpeg/libavfilter/
H A Dvf_framepack.c50 enum AVStereo3DType format; ///< frame pack type output
425 { "format", "Frame pack output format", OFFSET(format), AV_OPT_TYPE_INT,
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBImporter.java292 progressBarDialog.pack(); in showProgressBar()
445 pack(); in initComponents()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat359 print OUT pack("C3", 0xEF, 0xBB, 0xBF); # Write UTF8 marker
375 my $BOM = pack("C3", 239, 187, 191); # a UTF8 byte order mark
/third_party/lzma/C/
H A DXz.h415 there are pack size and unpack size values stored in xz block header,
474 UInt64 InSize; // pack size processed. That value doesn't include the data after
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.c565 * special-case failing of adding a non-NOP pack to something in qpu_merge_inst()
566 * with a NOP pack. in qpu_merge_inst()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h369 #pragma pack(push, 8)
453 #pragma pack(pop)
/third_party/openGLES/extensions/AMD/
H A DAMD_query_buffer_object.txt361 RESOLVED: YES, glGetTexImage accepts an offset into the pixel pack buffer
362 in case a pixel pack buffer is bound. As pixel buffer objects are part of
/third_party/openGLES/extensions/ARB/
H A DARB_get_texture_sub_image.txt283 when a pixel pack buffer object is bound?
337 three-dimensional pixel pack state, by referring to GetTextureImage
/third_party/mesa3d/src/mesa/
H A Dmeson.build151 'main/pack.c',
152 'main/pack.h',
/third_party/node/deps/npm/docs/content/commands/
H A Dnpm-update.md296 * Default: `false` unless when using `npm pack` or `npm publish` where it
368 `dedupe`, `uninstall`, as well as `pack` and `publish`.
/third_party/node/deps/npm/docs/output/commands/
H A Dnpm-prune.html198 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p>
214 <li>Default: <code>false</code> unless when using <code>npm pack</code> or <code>npm publish</code> where it

Completed in 26 milliseconds

1...<<21222324252627282930>>...75