OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglWaitGL
(Results
1 - 25
of
72
) sorted by null
1
2
3
/device/generic/goldfish/opengl/system/egl/
egl_ftable.h
49
{"
eglWaitGL
", (void *)
eglWaitGL
},
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h
49
{"
eglWaitGL
", (void *)
eglWaitGL
},
egl_dispatch.h
51
eglWaitGL_t
eglWaitGL
;
96
eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval =
eglWaitGL
;
eglWaitGL
= f; return retval;}
egl.cpp
586
EGLBoolean
eglWaitGL
()
588
return getDispatch()->
eglWaitGL
();
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h
49
{"
eglWaitGL
", (void *)
eglWaitGL
},
egl_dispatch.h
51
eglWaitGL_t
eglWaitGL
;
96
eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval =
eglWaitGL
;
eglWaitGL
= f; return retval;}
egl.cpp
209
EGLBoolean
eglWaitGL
()
211
return getDispatch()->
eglWaitGL
();
/sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
51
eglWaitGL_t
eglWaitGL
;
EGLDispatch.cpp
65
s_egl.
eglWaitGL
= (eglWaitGL_t) lib->findSymbol("
eglWaitGL
");
/frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec
30
EGLBoolean
eglWaitGL
( void )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
121
boolean
eglWaitGL
();
/frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java
349
public boolean
eglWaitGL
() {
350
begin("
eglWaitGL
");
352
boolean result = mEgl10.
eglWaitGL
();
EGL14.java
421
// C function EGLBoolean
eglWaitGL
( void )
423
public static native boolean
eglWaitGL
(
/frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java
47
public native boolean
eglWaitGL
();
/frameworks/native/opengl/tests/angeles/include/GLES/
egl.h
220
GLAPI EGLBoolean APIENTRY
eglWaitGL
(void);
/development/ndk/platforms/android-9/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/external/chromium_org/third_party/angle/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/external/chromium_org/third_party/khronos/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/external/chromium_org/third_party/mesa/src/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/external/mesa3d/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/frameworks/native/opengl/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h
310
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitGL
(void);
Completed in 466 milliseconds
1
2
3