Searched refs:AllocationGetType (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp83 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
84 if (RS::dispatch->AllocationGetType == NULL) {
85 ALOGV("Couldn't initialize RS::dispatch->AllocationGetType");
H A DrsDispatch.h92 AllocationGetTypeFnPtr AllocationGetType; member in struct:__anon1465
H A DAllocation.cpp127 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());

Completed in 48 milliseconds