Home
last modified time | relevance | path

Searched refs:GET_TLS (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp36 #define GET_TLS() ScriptTLSStruct * tls = \ macro
49 GET_TLS(); in SC_AllocationSyncAll2()
54 GET_TLS(); in SC_AllocationSyncAll()
64 GET_TLS(); in SC_AllocationCopy1DRange()
76 GET_TLS(); in SC_AllocationCopy2DRange()
85 GET_TLS(); in SC_AllocationIoSend()
91 GET_TLS(); in SC_AllocationIoReceive()
102 GET_TLS(); in SC_BindTexture()
107 GET_TLS(); in SC_BindVertexConstant()
112 GET_TLS(); in SC_BindFragmentConstant()
[all …]
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp47 #define GET_TLS(reg) \ macro
50 #define GET_TLS(reg) \ macro
59 GET_TLS(r12) \
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp36 #undef GET_TLS
41 #define GET_TLS(reg) \ macro
44 #define GET_TLS(reg) \
53 GET_TLS(r12) \
130 #undef GET_TLS
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp101 #define GET_TLS(reg) \ macro
104 #define GET_TLS(reg) \ macro
113 GET_TLS(r12) \
/frameworks/rs/
DrsContext.h43 GET_TLS(); \
49 GET_TLS(); \
DrsScriptC.cpp30 #define GET_TLS() Context::ScriptTLSStruct * tls = \ macro