Home
last modified time | relevance | path

Searched refs:AllocationGetPointerFnPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h88 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCub… typedef
160 AllocationGetPointerFnPtr AllocationGetPointer;
DRenderScript.cpp408 …RS::dispatch->AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPoin… in loadSymbols()