Home
last modified time | relevance | path

Searched defs:EGLThreadInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglSystemCommon/
DThreadInfo.h27 struct EGLThreadInfo struct
29 EGLThreadInfo() : currentContext(NULL), eglError(EGL_SUCCESS), dtor(0) {} in EGLThreadInfo() function
30 ~EGLThreadInfo() { if (dtor) dtor(this); } in ~EGLThreadInfo() argument
40 extern "C" __attribute__((visibility("default"))) EGLThreadInfo *goldfish_get_egl_tls(); argument