| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | packing.inl | 189 uint8 pack; member 199 uint8 pack; member 211 uint16 pack; member 222 uint16 pack; member 234 uint16 pack; member 246 uint32 pack; member 258 uint32 pack; member 270 uint32 pack; member 280 GLM_FUNC_QUALIFIER static tvec1<uint16, P> pack(tvec1<float, P> const & v) function 299 GLM_FUNC_QUALIFIER static tvec2<uint16, P> pack(tvec2<float, P> const & v) function [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | bind.cc | 29 absl::Span<const FormatArgImpl> pack) { in BindFromPosition() 40 explicit ArgContext(absl::Span<const FormatArgImpl> pack) : pack_(pack) {} in ArgContext() 105 ConverterConsumer(Converter converter, absl::Span<const FormatArgImpl> pack) in ConverterConsumer() 175 absl::Span<const FormatArgImpl> pack, in BindWithPack()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_qpu_disasm.c | 265 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_mul() 271 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_a() 303 uint32_t pack = QPU_GET_FIELD(inst, QPU_PACK); in print_alu_dst() local
|
| /third_party/node/deps/npm/node_modules/json-stringify-safe/ |
| D | Makefile | 19 pack: target
|
| /third_party/mesa3d/src/mesa/main/ |
| D | pbo.c | 67 const struct gl_pixelstore_attrib *pack, in _mesa_validate_pbo_access() 301 const struct gl_pixelstore_attrib *pack, in _mesa_map_pbo_dest() 379 const struct gl_pixelstore_attrib *pack) in _mesa_unmap_pbo_dest()
|
| D | format_pack.h | 48 const struct util_format_pack_description *pack = util_format_pack_description(format); in _mesa_pack_ubyte_rgba_row() local
|
| /third_party/mesa3d/src/util/tests/format/ |
| D | u_format_test.c | 281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local 404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local 500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local 578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local 657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
|
| /third_party/gstreamer/gstplugins_bad/gst/mxf/ |
| D | mxftypes.c | 766 mxf_partition_pack_parse (const MXFUL * ul, MXFPartitionPack * pack, in mxf_partition_pack_parse() 899 mxf_partition_pack_reset (MXFPartitionPack * pack) in mxf_partition_pack_reset() 909 mxf_partition_pack_to_buffer (const MXFPartitionPack * pack) in mxf_partition_pack_to_buffer() 1459 mxf_primer_pack_parse (const MXFUL * ul, MXFPrimerPack * pack, in mxf_primer_pack_parse() 1523 mxf_primer_pack_reset (MXFPrimerPack * pack) in mxf_primer_pack_reset() 1592 mxf_primer_pack_to_buffer (const MXFPrimerPack * pack) in mxf_primer_pack_to_buffer()
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Any.php | 291 public function pack($msg) function in Google\\Protobuf\\Any
|
| /third_party/mesa3d/src/c11/impl/ |
| D | threads_posix.c | 65 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() local 257 struct impl_thrd_param *pack; in thrd_create() local
|
| D | threads_win32.c | 89 struct impl_thrd_param pack; in impl_thrd_routine() local 313 struct impl_thrd_param *pack; in thrd_create() local
|
| /third_party/node/deps/npm/lib/ |
| D | ci.js | 7 const pack = require('./pack.js') constant
|
| D | publish.js | 15 const pack = require('./pack') constant
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_readpixels.c | 101 const struct gl_pixelstore_attrib *pack, void *pixels) in try_pbo_readpixels() 415 const struct gl_pixelstore_attrib *pack, in st_ReadPixels()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkApiVersion.cpp | 40 deUint32 pack (const ApiVersion& version) in pack() function
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtph263pay.c | 590 gst_rtp_h263_pay_package_destroy (GstRtpH263PayPackage * pack) in gst_rtp_h263_pay_package_destroy() 1344 GstRtpH263PayPackage *pack; in gst_rtp_h263_pay_A_fragment_push() local 1377 GstRtpH263PayPackage *pack; in gst_rtp_h263_pay_B_fragment_push() local 1636 GstRtpH263PayPackage *pack; in gst_rtp_h263_send_entire_frame() local
|
| D | gstrtpqdmdepay.c | 153 QDM2Packet *pack = depay->packets[i]; in flush_data() local
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | pan_lower_framebuffer.c | 122 pan_unpack_pure_32(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_32() 142 pan_unpack_pure_16(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_16() 202 pan_unpack_pure_8(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_8()
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | CollectAPI.java | 68 String pack = ""; in writeHTML() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluRenderContext.hpp | 116 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() function in glu::ApiType 182 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack() function in glu::ContextType
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
| D | slowstrconv.go | 365 func (h *highPrecisionDecimal) pack(exp2 int32, expBits uint32, manBits uint32) uint64 { func
|
| /third_party/node/deps/npm/lib/config/ |
| D | figgy-config.js | 9 const pack = require('../pack.js') constant
|
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| D | psa_storage.py | 126 def pack( member in Key
|
| /third_party/python/Lib/idlelib/ |
| D | textview.py | 24 def pack(self, **kwargs): member in AutoHideScrollbar
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 2561 static constexpr uint8_t pack(VkFormat format) in pack() function
|