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

  /frameworks/rs/cpp/
rsDispatch.cpp 54 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
117 if (dispatchTab.AllocationGetType == nullptr) {
118 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType");
rsDispatch.h 126 AllocationGetTypeFnPtr AllocationGetType;
Allocation.cpp 144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 33 milliseconds