HomeSort by relevance Sort by last modified time
    Searched refs:resetSwapChain (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Surface.h 43 bool resetSwapChain();
83 bool resetSwapChain(int backbufferWidth, int backbufferHeight);
Surface.cpp 77 if (!resetSwapChain())
95 bool Surface::resetSwapChain()
131 if (!resetSwapChain(width, height))
164 bool Surface::resetSwapChain(int backbufferWidth, int backbufferHeight)
330 resetSwapChain(clientWidth, clientHeight);
Display.cpp 440 (*surface)->resetSwapChain();

Completed in 3615 milliseconds