Searched refs:eglLockSurfaceKHR (Results 1 – 15 of 15) sorted by relevance
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libEGL.so.functions.txt | 23 eglLockSurfaceKHR
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libEGL.so.functions.txt | 23 eglLockSurfaceKHR
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl_dispatch.h | 56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member 101 …KHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f… in set_eglLockSurfaceKHR()
|
D | egl.cpp | 613 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function 615 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
|
/development/tools/emulator/opengl/system/egl/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl.cpp | 1166 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_ftable.h | 54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
|
D | egl_dispatch.h | 56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member 101 …KHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f… in set_eglLockSurfaceKHR()
|
D | egl.cpp | 229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function 231 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | EGLDispatch.h | 56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member
|
D | EGLDispatch.cpp | 81 INIT_EGL_EXT_FUNC(eglLockSurfaceKHR); in init_egl_dispatch()
|
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|
/development/ndk/platforms/android-9/include/EGL/ |
D | eglext.h | 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
D | DebuggerMessage.java | 206 eglLockSurfaceKHR(176, 176), enumConstant 404 case 176: return eglLockSurfaceKHR; in valueOf()
|