Home
last modified time | relevance | path

Searched refs:getTlsContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp171 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
180 Context *rsc = RsdCpuReference::getTlsContext(); in rsGetAllocation()
195 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoSend()
202 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationIoReceive()
213 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy1DRange()
228 Context *rsc = RsdCpuReference::getTlsContext(); in rsAllocationCopy2DRange()
241 Context *rsc = RsdCpuReference::getTlsContext(); in CreateElement()
267 Context *rsc = RsdCpuReference::getTlsContext(); in CreateType()
340 Context *rsc = RsdCpuReference::getTlsContext(); in CreateAllocation()
447 Context *rsc = RsdCpuReference::getTlsContext(); \
[all …]
/frameworks/rs/cpu_ref/
Drsd_cpu.h116 static Context * getTlsContext();
DrsCpuCore.cpp71 Context * RsdCpuReference::getTlsContext() { in getTlsContext() function in android::renderscript::RsdCpuReference