Home
last modified time | relevance | path

Searched defs:recreate (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/gil/
Dimage.hpp239 void recreate(const point_t& dims, std::size_t alignment = 0) in recreate() function in boost::gil::image
259 void recreate(x_coord_t width, y_coord_t height, std::size_t alignment = 0) in recreate() function in boost::gil::image
264 void recreate(const point_t& dims, const Pixel& p_in, std::size_t alignment = 0) in recreate() function in boost::gil::image
284 void recreate( x_coord_t width, y_coord_t height, const Pixel& p_in, std::size_t alignment = 0 ) in recreate() function in boost::gil::image
290 void recreate(const point_t& dims, std::size_t alignment, const Alloc alloc_in) in recreate() function in boost::gil::image
310 void recreate(x_coord_t width, y_coord_t height, std::size_t alignment, const Alloc alloc_in) in recreate() function in boost::gil::image
315 … void recreate(const point_t& dims, const Pixel& p_in, std::size_t alignment, const Alloc alloc_in) in recreate() function in boost::gil::image
335 …void recreate(x_coord_t width, y_coord_t height, const Pixel& p_in, std::size_t alignment, const A… in recreate() function in boost::gil::image
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp431 void SwapChain9::recreate() in recreate() function in rx::SwapChain9
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp431 void SwapChain9::recreate() in recreate() function in rx::SwapChain9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp1041 void SwapChain11::recreate() in recreate() function in rx::SwapChain11
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp1023 void SwapChain11::recreate() in recreate() function in rx::SwapChain11
/third_party/typescript/tests/baselines/reference/
Dparserharness.js3142 function recreate() { function