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

/frameworks/rs/cpp/
H A DBaseObj.cpp54 RS::dispatch->GetName(mRS->getContext(), mID, &name);
H A DRenderScript.cpp115 RS::dispatch->GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName");;
116 if (RS::dispatch->GetName == NULL) {
117 ALOGE("Couldn't initialize RS::dispatch->GetName");
H A DrsDispatch.h100 GetNameFnPtr GetName; member in struct:__anon1590

Completed in 41 milliseconds