OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eglUnlockSurfaceKHR
(Results
1 - 11
of
11
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
57
eglUnlockSurfaceKHR_t
eglUnlockSurfaceKHR
;
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
234
EGLBoolean
eglUnlockSurfaceKHR
(EGLDisplay display, EGLSurface surface)
236
return getDispatch()->
eglUnlockSurfaceKHR
(display, surface);
egl_dispatch.h
57
eglUnlockSurfaceKHR_t
eglUnlockSurfaceKHR
;
102
eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval =
eglUnlockSurfaceKHR
;
eglUnlockSurfaceKHR
= f; return retval;}
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp
618
EGLBoolean
eglUnlockSurfaceKHR
(EGLDisplay display, EGLSurface surface)
620
return getDispatch()->
eglUnlockSurfaceKHR
(display, surface);
egl_dispatch.h
57
eglUnlockSurfaceKHR_t
eglUnlockSurfaceKHR
;
102
eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval =
eglUnlockSurfaceKHR
;
eglUnlockSurfaceKHR
= f; return retval;}
/device/generic/goldfish/opengl/system/egl/
egl.cpp
[
all
...]
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
121
{ "
eglUnlockSurfaceKHR
",
122
(__eglMustCastToProperFunctionPointerType)&
eglUnlockSurfaceKHR
},
[
all
...]
/frameworks/native/opengl/libagl/
egl.cpp
[
all
...]
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp
[
all
...]
gltrace.pb.h
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java
606
eglUnlockSurfaceKHR
(576, 2035),
[
all
...]
Completed in 116 milliseconds