Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp431 void SwapChain9::recreate() in recreate() function in rx::SwapChain9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp1041 void SwapChain11::recreate() in recreate() function in rx::SwapChain11
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java685 protected void recreate() { in recreate() method in ShadowActivity
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp1088 constexpr bool pseudo(bool read, bool recreate) { in pseudo()