HomeSort by relevance Sort by last modified time
    Searched refs:EGLThreadInfo (Results 1 - 10 of 10) sorted by null

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr;
30 EGLThreadInfo *getEGLThreadInfo()
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls);
35 ti = new EGLThreadInfo();
ThreadInfo.h 39 struct EGLThreadInfo
41 EGLThreadInfo() : currentContext(NULL), serverConn(NULL) {}
48 EGLThreadInfo *getEGLThreadInfo();
ServerConnection.cpp 26 EGLThreadInfo *ti = getEGLThreadInfo();
35 EGLThreadInfo *ti = getEGLThreadInfo();
44 EGLThreadInfo *ti = getEGLThreadInfo();
egl.cpp 514 EGLThreadInfo *ti = getEGLThreadInfo();
531 EGLThreadInfo *ti = getEGLThreadInfo();
556 EGLThreadInfo *ti = getEGLThreadInfo();
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 24 EGLThreadInfo *ti = (EGLThreadInfo *)ptr;
31 EGLThreadInfo *slow_getEGLThreadInfo()
33 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls);
36 ti = new EGLThreadInfo();
ThreadInfo.h 27 struct EGLThreadInfo
29 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
37 EGLThreadInfo *slow_getEGLThreadInfo();
41 inline EGLThreadInfo* getEGLThreadInfo() {
42 EGLThreadInfo *tInfo =
43 (EGLThreadInfo *)(((uintptr_t *)__get_tls())[TLS_SLOT_OPENGL]);
51 inline EGLThreadInfo* getEGLThreadInfo() {
EGLClientIface.h 20 struct EGLThreadInfo; // defined in ThreadInfo.h
23 EGLThreadInfo* (*getThreadInfo)();
HostConnection.cpp 52 EGLThreadInfo *tinfo = getEGLThreadInfo();
139 EGLThreadInfo *ti = getEGLThreadInfo();
148 EGLThreadInfo *ti = getEGLThreadInfo();
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 94 EGLThreadInfo* thread = getEGLThreadInfo(); \
108 EGLThreadInfo* thread = getEGLThreadInfo(); \
egl.cpp 408 EGLThreadInfo *tInfo = getEGLThreadInfo();
776 EGLThreadInfo *tInfo = getEGLThreadInfo();
936 EGLThreadInfo *tInfo = getEGLThreadInfo();
1074 EGLThreadInfo *tInfo = getEGLThreadInfo();
    [all...]

Completed in 322 milliseconds