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/
SwapChain9.cpp
279
EGLint SwapChain9::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
SwapChain11.cpp
356
swapRect
(0, 0, mWidth, mHeight);
597
EGLint SwapChain11::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
/external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp
185
bool Surface::
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height)
207
EGLint status = mSwapChain->
swapRect
(x, y, width, height);
345
return
swapRect
(0, 0, mWidth, mHeight);
356
return
swapRect
(x, y, width, height);
Completed in 342 milliseconds