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

  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ThreadInfo.h 44 (EGLThreadInfo *)(((uintptr_t *)__get_tls())[TLS_SLOT_OPENGL]);
47 ((uintptr_t *)__get_tls())[TLS_SLOT_OPENGL] = (uintptr_t)tInfo;
ThreadInfo.cpp 32 ((void **)__get_tls())[TLS_SLOT_OPENGL] = NULL;
  /bionic/libc/private/
bionic_tls.h 64 TLS_SLOT_OPENGL = 4,
  /frameworks/native/opengl/libagl/
context.h 586 __get_tls()[TLS_SLOT_OPENGL] = value;
589 return static_cast<ogles_context_t*>(__get_tls()[TLS_SLOT_OPENGL]);

Completed in 78 milliseconds