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

/frameworks/rs/cpp/
H A DBaseObj.cpp56 RS::dispatch->GetName(mRS->getContext(), mID, &name);
H A DRenderScript.cpp123 RS::dispatch->GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName");;
124 if (RS::dispatch->GetName == NULL) {
125 ALOGV("Couldn't initialize RS::dispatch->GetName");
H A DrsDispatch.h101 GetNameFnPtr GetName; member in struct:__anon1465

Completed in 819 milliseconds