Home
last modified time | relevance | path

Searched defs:swap (Results 101 - 125 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPixmapSurfaceGLX.cpp145 egl::Error PixmapSurfaceGLX::swap(const gl::Context *context) in swap() function in rx::PixmapSurfaceGLX
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp120 egl::Error DXGISwapChainWindowSurfaceWGL::swap(const gl::Context *context) in swap() function in rx::DXGISwapChainWindowSurfaceWGL
H A DD3DTextureSurfaceWGL.cpp373 egl::Error D3DTextureSurfaceWGL::swap(const gl::Context *context) in swap() function in rx::D3DTextureSurfaceWGL
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMath.hpp70 inline void swap(T &a, T &b) in swap() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp310 void WindowSurface::swap() in swap() function in egl::WindowSurface
438 void PBufferSurface::swap() in swap() function in egl::PBufferSurface
/third_party/skia/third_party/externals/angle2/util/windows/
H A DWGLWindow.cpp363 void WGLWindow::swap() in swap() function in WGLWindow
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c551 FT_Vector swap; in FT_Outline_Reverse() local
572 char swap; in FT_Outline_Reverse() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set-invertible.hh45 friend void swap (hb_bit_set_invertible_t &a, hb_bit_set_invertible_t &b) in swap() function
H A Dhb-map.hh96 friend void swap (hb_hashmap_t& a, hb_hashmap_t& b) in swap() function
H A Dhb-set.hh48 friend void swap (hb_sparseset_t& a, hb_sparseset_t& b) { hb_swap (a.s, b.s); } in swap() function
H A Dhb-vector.hh103 friend void swap (hb_vector_t& a, hb_vector_t& b) in swap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp342 void swap(MemberSet &Other) { Members.swap(Other); } in swap() function in __anon25179::CongruenceClass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallPtrSet.h462 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap() function in llvm::SmallPtrSetIterator
473 inline void swap(llvm::SmallPtrSet<T, N> &LHS, llvm::SmallPtrSet<T, N> &RHS) { in swap() function
H A Dsimple_ilist.h152 void swap(simple_ilist &X) { std::swap(*this, X); } in swap() function in llvm::simple_ilist
/third_party/skia/tools/
H A DToolUtils.h225 int swap = rand->nextU() % (i + 1); in Shuffle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h161 void swap(AllocatorList &RHS) { in swap() function in llvm::AllocatorList
H A DDenseSet.h99 void swap(DenseSetImpl &RHS) { TheMap.swap(RHS.TheMap); } in swap() function in llvm::detail::DenseSetImpl
H A DSmallPtrSet.h494 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap() function in llvm::SmallPtrSetIterator
505 inline void swap(llvm::SmallPtrSet<T, N> &LHS, llvm::SmallPtrSet<T, N> &RHS) { in swap() function
H A Dsimple_ilist.h156 void swap(simple_ilist &X) { std::swap(*this, X); } in swap() function in llvm::simple_ilist
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h345 friend void swap(ModuleToPostOrderCGSCCPassAdaptor &LHS, in swap() function in llvm::ModuleToPostOrderCGSCCPassAdaptor
444 friend void swap(CGSCCToFunctionPassAdaptor &LHS, in swap() function in llvm::CGSCCToFunctionPassAdaptor
/third_party/protobuf/src/google/protobuf/
H A Dany.pb.h146 friend void swap(Any& a, Any& b) { in swap() function in PROTOBUF_FINAL
H A Dwrappers.pb.h145 friend void swap(DoubleValue& a, DoubleValue& b) { in swap() function in PROTOBUF_FINAL
282 friend void swap(FloatValue& a, FloatValue& b) { in swap() function in PROTOBUF_FINAL
419 friend void swap(Int64Value& a, Int64Value& b) { in swap() function in PROTOBUF_FINAL
556 friend void swap(UInt64Value& a, UInt64Value& b) { in swap() function in PROTOBUF_FINAL
693 friend void swap(Int32Value& a, Int32Value& b) { in swap() function in PROTOBUF_FINAL
830 friend void swap(UInt32Value& a, UInt32Value& b) { in swap() function in PROTOBUF_FINAL
967 friend void swap(BoolValue& a, BoolValue& b) { in swap() function in PROTOBUF_FINAL
1104 friend void swap(StringValue& a, StringValue& b) { in swap() function in PROTOBUF_FINAL
1248 friend void swap(BytesValue& a, BytesValue& b) { in swap() function in PROTOBUF_FINAL
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h190 friend inline void swap(HashtablezInfoHandle& lhs, in swap() function in absl::container_internal::HashtablezInfoHandle
212 friend inline void swap(HashtablezInfoHandle& /*lhs*/, in swap() function in absl::container_internal::HashtablezInfoHandle
H A Dtest_instance_tracker.h232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() function in absl::test_internal::CopyableOnlyInstance
249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() function in absl::test_internal::CopyableMovableInstance
263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() function in absl::test_internal::MovableOnlyInstance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h745 void swap(InlinedVector& other) { in swap() function in absl::InlinedVector

Completed in 24 milliseconds

1234567891011