OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTLS
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_tls.cpp
73
egl_tls_t* tls =
getTLS
();
89
egl_tls_t* tls =
getTLS
();
97
egl_tls_t* egl_tls_t::
getTLS
() {
137
getTLS
()->ctx = ctx;
egl_tls.h
47
static egl_tls_t*
getTLS
();
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
40
static TlsData *
getTLS
() {
55
DisplayInfo& getInfo(int configurationIndex){ return
getTLS
()->m_map[configurationIndex];}
56
HDC getDC(int configId){return
getTLS
()->m_map[configId].dc;}
58
bool isPixelFormatSet(int cfgId){ return
getTLS
()->m_map[cfgId].isPixelFormatSet;}
59
void pixelFormatWasSet(int cfgId){
getTLS
()->m_map[cfgId].isPixelFormatSet = true;}
65
TlsData * tls =
getTLS
();
76
return
getTLS
()->m_map.find(configurationIndex) !=
getTLS
()->m_map.end();
80
getTLS
()->m_map[configurationIndex] = info;
Completed in 787 milliseconds