Home
last modified time | relevance | path

Searched refs:eglReleaseThread (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h36 {"eglReleaseThread", (void *)eglReleaseThread},
Degl_dispatch.h38 eglReleaseThread_t eglReleaseThread; member
83 …Thread(eglReleaseThread_t f) { eglReleaseThread_t retval = eglReleaseThread; eglReleaseThread = f;… in set_eglReleaseThread()
Degl.cpp144 EGLBoolean eglReleaseThread() in eglReleaseThread() function
146 return getDispatch()->eglReleaseThread(); in eglReleaseThread()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h38 eglReleaseThread_t eglReleaseThread; member
DEGLDispatch.cpp52 s_egl.eglReleaseThread = (eglReleaseThread_t) lib->findSymbol("eglReleaseThread"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h282 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp927 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void) { in eglReleaseThread() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java499 eglReleaseThread(469, 2032), enumConstant
992 case 2032: return eglReleaseThread; in valueOf()