OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeSurface
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h
51
bool
removeSurface
(EGLSurface s);
52
bool
removeSurface
(SurfacePtr s);
EglDisplay.cpp
162
bool EglDisplay::
removeSurface
(EGLSurface s) {
174
bool EglDisplay::
removeSurface
(SurfacePtr s) {
EglImp.cpp
580
dpy->
removeSurface
(surface);
[
all
...]
Completed in 595 milliseconds