Searched refs:eglReleaseThread (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp59 pthread_key_create(&sKey, (void (*)(void*))&eglReleaseThread);
H A DeglApi.cpp1429 EGLBoolean eglReleaseThread(void) function
1434 if (cnx->dso && cnx->egl.eglReleaseThread) {
1435 cnx->egl.eglReleaseThread();
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec17 EGLBoolean eglReleaseThread ( void )
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp158 eglReleaseThread();
165 eglReleaseThread();
221 eglReleaseThread();
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp178 eglReleaseThread();
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp108 EGLBoolean eglReleaseThread(void) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java119 boolean eglReleaseThread(); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java319 public boolean eglReleaseThread() { method in class:EGLLogWrapper
320 begin("eglReleaseThread");
322 boolean result = mEgl10.eglReleaseThread();
H A DEGL14.java329 // C function EGLBoolean eglReleaseThread ( void )
331 public static native boolean eglReleaseThread( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java35 public native boolean eglReleaseThread(); method in class:EGLImpl
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp256 eglReleaseThread();
/frameworks/native/opengl/include/EGL/
H A Degl.h282 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java514 EGL14.eglReleaseThread();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp187 return EglBoolToJBool(eglReleaseThread());
492 {"eglReleaseThread","()Z", (void*)jni_eglReleaseThread },
H A Dandroid_opengl_EGL14.cpp837 /* EGLBoolean eglReleaseThread ( void ) */
842 _returnValue = eglReleaseThread();
1226 {"eglReleaseThread", "()Z", (void *) android_eglReleaseThread },
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp366 eglReleaseThread();
/frameworks/native/opengl/libagl/
H A Degl.cpp2024 EGLBoolean eglReleaseThread(void) function
2026 // TODO: eglReleaseThread()

Completed in 5375 milliseconds