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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 114 (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer"),
  /frameworks/rs/cpp/
rsDispatch.h 104 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t stride_len);
164 AllocationGetPointerFnPtr AllocationGetPointer;
rsDispatch.cpp 54 dispatchTab.AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer");

Completed in 80 milliseconds