Home
last modified time | relevance | path

Searched defs:begin (Results 501 - 525 of 1241) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp214 auto begin = inst.begin(); in TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_resources.h407 gl::TexLevelArray<TextureRef>::iterator begin() { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray
408 gl::TexLevelArray<TextureRef>::const_iterator begin() const { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DQueryVk.cpp301 angle::Result QueryVk::begin(const gl::Context *context) in begin() function in rx::QueryVk
H A DTransformFeedbackVk.cpp101 angle::Result TransformFeedbackVk::begin(const gl::Context *context, in begin() function in rx::TransformFeedbackVk
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.cpp22 void GrOpsRenderPass::begin() { in begin() function in GrOpsRenderPass
/third_party/skia/src/core/
H A DSkZip.h79 constexpr Iterator begin() const { return Iterator{this, 0}; } in begin() function in SkZip
H A DSkTBlockList.h435 Item begin() const { return Item(fBlockIter.begin()); } in begin() function in BlockIndexIterator
H A DSkTInternalLList.h247 Iter begin() const { in begin() function in SkTInternalLList
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h108 Iter begin() const { return {fMiddleOut ? fMiddleOut->fTop : fEnd, fLastPoint}; } in begin() function in skgpu::MiddleOutPolygonTriangulator::PoppedTriangleStack
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h155 Iterator begin() { return Iterator{ fHead.get()}; } in begin() function
157 Iterator begin() const { return Iterator{ fHead.get()}; } in begin() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock
96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock
H A Ddominator_tree.h50 iterator begin() { return children_.begin(); } in begin() function
52 const_iterator begin() const { return cbegin(); } in begin() function
113 iterator begin() { return ++iterator(GetRoot()); } in begin() function in spvtools::opt::DominatorTree
115 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::DominatorTree
[all...]
H A Dfunction.h107 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function in spvtools::opt::Function
109 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Function
H A Diterator.h121 IteratorType begin() const { return begin_; } in begin() function in spvtools::opt::IteratorRange
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() argument
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() argument
248 MakeFilterIterator( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIterator() argument
254 MakeFilterIteratorRange( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIteratorRange() argument
[all...]
H A Dscalar_analysis_nodes.h107 iterator begin() { return children_.begin(); } in begin() function in spvtools::opt::SENode
111 const_iterator begin() const { return children_.cbegin(); } in begin() function in spvtools::opt::SENode
H A Dtype_manager.h95 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } in begin() function in spvtools::opt::analysis::TypeManager
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock
96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock
H A Ddominator_tree.h50 iterator begin() { return children_.begin(); } in begin() function
52 const_iterator begin() const { return cbegin(); } in begin() function
113 iterator begin() { return ++iterator(GetRoot()); } in begin() function in spvtools::opt::DominatorTree
115 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::DominatorTree
[all...]
H A Dfunction.h107 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function in spvtools::opt::Function
109 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Function
H A Diterator.h121 IteratorType begin() const { return begin_; } in begin() function in spvtools::opt::IteratorRange
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() argument
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() argument
248 MakeFilterIterator( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIterator() argument
254 MakeFilterIteratorRange( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIteratorRange() argument
[all...]
H A Dscalar_analysis_nodes.h107 iterator begin() { return children_.begin(); } in begin() function in spvtools::opt::SENode
111 const_iterator begin() const { return children_.cbegin(); } in begin() function in spvtools::opt::SENode
H A Dtype_manager.h95 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } in begin() function in spvtools::opt::analysis::TypeManager
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h214 iterator begin() { in begin() function in spvtools::utils::SmallVector
222 const_iterator begin() const { in begin() function in spvtools::utils::SmallVector
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_test.cpp214 auto begin = inst.begin(); in TEST() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLProgram.h152 iterator begin() const { in begin() function in SkSL::Program::ElementsCollection

Completed in 17 milliseconds

1...<<21222324252627282930>>...50