HomeSort by relevance Sort by last modified time
    Searched refs:TypeGetNativeData (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 80 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
81 if (RS::dispatch->TypeGetNativeData == NULL) {
82 ALOGE("Couldn't initialize RS::dispatch->TypeGetNativeData");
rsDispatch.h 92 TypeGetNativeDataFnPtr TypeGetNativeData;

Completed in 126 milliseconds