Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdRuntimeStubs.cpp527 static const void* SC_GetAllocation(const void *ptr) { in SC_GetAllocation() function
537 static const android::renderscript::rs_allocation SC_GetAllocation(const void *ptr) { in SC_GetAllocation() function
548 static const android::renderscript::rs_allocation SC_GetAllocation(const void *ptr) { in SC_GetAllocation() function
1337 { "_Z15rsGetAllocationPKv", (void *)&SC_GetAllocation, true },
1490 static const Allocation * SC_GetAllocation(const void *ptr) { in SC_GetAllocation() function
1497 return SC_GetAllocation(ptr); in rsGetAllocation()