| /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/astc-encoder/Source/ |
| D | astcenc_integer_sequence.cpp | 525 uint8_t pack; in encode_ise() local 572 uint8_t pack = (input_data[i] & mask) | in encode_ise() local 596 uint8_t pack; in encode_ise() local 631 uint8_t pack = (input_data[i] & mask) | in encode_ise() local
|
| /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/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/node_modules/libnpmpack/lib/ |
| D | index.js | 12 async function pack (spec = 'file:.', opts = {}) { function
|
| /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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | CollectAPI.java | 68 String pack = ""; in writeHTML() 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/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/node/deps/npm/node_modules/http-proxy-agent/ |
| D | package.json | 45 "pack": "node ../../scripts/pack.mjs" string
|
| /third_party/node/deps/npm/node_modules/https-proxy-agent/ |
| D | package.json | 48 "pack": "node ../../scripts/pack.mjs" string
|
| /third_party/node/deps/npm/node_modules/agent-base/ |
| D | package.json | 47 "pack": "node ../../scripts/pack.mjs" string
|
| /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/mbedtls/scripts/mbedtls_dev/ |
| D | psa_storage.py | 124 def pack( member in Key
|
| /third_party/python/Lib/idlelib/ |
| D | textview.py | 24 def pack(self, **kwargs): member in AutoHideScrollbar
|
| /third_party/node/deps/npm/lib/commands/ |
| D | publish.js | 3 const pack = require('libnpmpack') constant
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 2561 static constexpr uint8_t pack(VkFormat format) in pack() function
|
| /third_party/alsa-utils/aplay/ |
| D | formats.h | 35 uint8_t pack; member 40 uint8_t pack; member
|