OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swapRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
SwapChain9.cpp
241
EGLint SwapChain9::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
/external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp
188
bool Surface::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
210
EGLint status = mSwapChain->
swapRect
(x, y, width, height);
352
return
swapRect
(0, 0, mWidth, mHeight);
363
return
swapRect
(x, y, width, height);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
SwapChain11.cpp
303
swapRect
(0, 0, mWidth, mHeight);
516
EGLint SwapChain11::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
Completed in 308 milliseconds