OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swaprect
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain9.h
28
virtual EGLint
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height);
SwapChain.h
34
virtual EGLint
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height) = 0;
SwapChain11.h
28
virtual EGLint
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)
SwapChain9.cpp
279
EGLint SwapChain9::
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);
Surface.h
80
bool
swapRect
(EGLint x, EGLint y, EGLint width, EGLint height);
Completed in 73 milliseconds