| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_wrapper.h | 698 ANGLE_INLINE VkResult CommandBuffer::begin(const VkCommandBufferBeginInfo &info) in begin() function in rx::DescriptorSetIndex::priv::CommandBuffer
|
| /third_party/skia/src/gpu/text/ |
| H A D | GrTextBlob.cpp | 376 std::tuple<bool, int> GlyphVector::regenerateAtlas(int begin, int end, in regenerateAtlas() argument 714 DirectMaskSubRun::regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const { in regenerateAtlas() argument 1010 regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument 1329 regenerateAtlas( int begin, int end, GrMeshDrawTarget *target) const regenerateAtlas() argument 1850 regenerateAtlas(int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument 2046 regenerateAtlas( int begin, int end, GrMeshDrawTarget* target) const regenerateAtlas() argument 2291 regenerateAtlas( int begin, int end, GrMeshDrawTarget *target) const regenerateAtlas() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.cpp | 1693 void SpirvShader::EmitInstructions(InsnIterator begin, InsnIterator end, EmitState *state) const in EmitInstructions() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.hpp | 97 inline void begin() in begin() function
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 1238 VkResult CommandBuffer::begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritanceInfo) in begin() function in vk::CommandBuffer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validation_state.h | 388 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument 396 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 109 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::DITypeRefArray
|
| H A D | Metadata.h | 628 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString 1266 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 325 unsigned begin() const { return Begin; } in begin() function in llvm::mca::CycleSegment
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 495 std::vector<CoverageSegment>::const_iterator begin() const { in begin() function in llvm::coverage::CoverageData
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1556 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage 1561 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 714 const_iterator begin() const { return getTrailingObjects<Init *>(); } in begin() function in llvm::final [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 522 iterator begin() { return IRPositions.begin(); } in begin() function in SubsumingPositionIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | Metadata.h | 609 iterator begin() const { return getString().begin(); } in begin() function in llvm::MDString 1221 iterator begin() const { return N ? iterator(N->op_begin()) : iterator(); } in begin() function in llvm::MDTupleTypedArrayWrapper
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | CommandLine.h | 1383 iterator begin() { return Storage.begin(); } in begin() function in llvm::list_storage 1387 const_iterator begin() const { return Storage.begin(); } in begin() function in llvm::list_storage
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceOperand.h | 557 Iterator begin() { return Iterator(V); } in begin() function in Ice::RegNumT::RegNumBVIterImpl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 650 const_iterator begin() const { return Entries.begin(); } in begin() function in llvm::vfs::detail::InMemoryDirectory [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 550 iterator begin() { return Queue.begin(); } in begin() function in llvm::ReadyQueue
|
| /third_party/toybox/toys/pending/ |
| H A D | fdisk.c | 797 static int validate(int start_index, sector_t* begin,sector_t* end, sector_t start in validate() argument 812 static sector_t ask_start_sector(int idx, sector_t* begin, sector_t* end, int ext_idx) in ask_start_sector() argument 867 ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec) ask_end_sector() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.cc | 1879 const KeyValue* begin = flat_begin(); in GrowCapacity() local
|
| H A D | repeated_field.h | 104 inline int CalculateReserve(Iter begin, Iter end, std::forward_iterator_tag) { in CalculateReserve() argument 115 inline int CalculateReserve(Iter begin, Iter end) { in CalculateReserve() argument 1204 RepeatedField(Iter begin, const Iter& end) RepeatedField() argument 1362 Add(Iter begin, Iter end) Add() argument 1501 RepeatedField<Element>::begin() { begin() function in google::protobuf::RepeatedField 1506 RepeatedField<Element>::begin() const { begin() function in google::protobuf::RepeatedField 2110 RepeatedPtrField(Iter begin, const Iter& end) RepeatedPtrField() argument 2609 RepeatedPtrField<Element>::begin() { begin() function in google::protobuf::RepeatedPtrField 2614 RepeatedPtrField<Element>::begin() const { begin() function in google::protobuf::RepeatedPtrField [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.cc | 1478 char *const begin = &*result.begin(); in StrCat() local 1487 char *const begin = &*result.begin(); in StrCat() local 1498 char *const begin in StrCat() local 1508 char *const begin = &*result.begin(); StrCat() local 1520 char *const begin = &*result.begin(); StrCat() local 1533 char *const begin = &*result.begin(); StrCat() local 1547 char *const begin = &*result.begin(); StrCat() local 1560 char *const begin = &*result.begin(); StrCat() local 1586 char *const begin = &*result->begin(); StrAppend() local 1598 char *const begin = &*result->begin(); StrAppend() local 1613 char *const begin = &*result->begin(); StrAppend() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_test.cc | 101 iterator begin() { return tree_.begin(); } in begin() function in absl::container_internal::base_checker 102 const_iterator begin() const { return tree_.begin(); } in begin() function in absl::container_internal::base_checker 230 void erase(iterator begin, iterator end) { in erase() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | btree.h | 572 constexpr static size_type NodeTargetSlots(const int begin, const int end) { in NodeTargetSlots() argument 1223 iterator begin() { return iterator(leftmost()); } in begin() function in absl::container_internal::btree 1224 const_iterator begin() cons in begin() function in absl::container_internal::btree [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validation_state.h | 399 void RegisterDecorationsForId(uint32_t id, InputIt begin, InputIt end) { in RegisterDecorationsForId() argument 427 std::set<Decoration>::const_iterator begin; member 407 RegisterDecorationsForStructMember(uint32_t struct_id, uint32_t member_index, InputIt begin, InputIt end) RegisterDecorationsForStructMember() argument
|