Searched refs:TypeGetNativeData (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp88 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
89 if (RS::dispatch->TypeGetNativeData == NULL) {
90 ALOGV("Couldn't initialize RS::dispatch->TypeGetNativeData");
H A DrsDispatch.h93 TypeGetNativeDataFnPtr TypeGetNativeData; member in struct:__anon1465

Completed in 895 milliseconds