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

  /bionic/libc/private/
bionic_tls.h 61 #define TLS_SLOT_OPENGL 4
74 * later slots like TLS_SLOT_OPENGL are pre-allocated through the use of
  /frameworks/base/include/private/opengles/
gl_context.h 584 ((uint32_t *)__get_tls())[TLS_SLOT_OPENGL] = (uint32_t)value;
587 return (ogles_context_t *)(((unsigned *)__get_tls())[TLS_SLOT_OPENGL]);

Completed in 1000 milliseconds