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_dx11/src/libGLESv2/renderer/
SwapChain9.cpp
275
EGLint SwapChain9::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
SwapChain11.cpp
355
swapRect
(0, 0, mWidth, mHeight);
594
EGLint SwapChain11::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
/external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.cpp
183
bool Surface::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
205
EGLint status = mSwapChain->
swapRect
(x, y, width, height);
336
return
swapRect
(0, 0, mWidth, mHeight);
347
return
swapRect
(x, y, width, height);
Completed in 985 milliseconds