OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeSurface
(Results
1 - 4
of
4
) 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
...]
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java
309
protected void
removeSurface
(SurfaceHolder surfaceHolder) {
477
removeSurface
(holder);
Completed in 192 milliseconds