Searched refs:eglQuerySurface (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libEGL.so.functions.txt | 28 eglQuerySurface
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libEGL.so.functions.txt | 28 eglQuerySurface
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libEGL.so.functions.txt | 28 eglQuerySurface
|
/development/tools/emulator/opengl/system/egl/ |
D | egl_ftable.h | 32 {"eglQuerySurface", (void *)eglQuerySurface},
|
D | egl.cpp | 716 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface() function
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 32 {"eglQuerySurface", (void *)eglQuerySurface},
|
D | egl_dispatch.h | 34 eglQuerySurface_t eglQuerySurface; member 79 …rySurface(eglQuerySurface_t f) { eglQuerySurface_t retval = eglQuerySurface; eglQuerySurface = f; … in set_eglQuerySurface()
|
D | egl.cpp | 407 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() function 409 EGLBoolean res = getDispatch()->eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface()
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | main.c | 109 eglQuerySurface(display, surface, EGL_WIDTH, &w); in engine_init_display() 110 eglQuerySurface(display, surface, EGL_HEIGHT, &h); in engine_init_display()
|
/development/ndk/platforms/android-9/include/EGL/ |
D | egl.h | 274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
|