Searched refs:AllocationGetPointer (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp180 if (RS::dispatch->AllocationGetPointer == NULL) {
185 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0,
H A DRenderScript.cpp408 RS::dispatch->AllocationGetPointer = (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer");
409 if (RS::dispatch->AllocationGetPointer == NULL) {
410 ALOGV("Couldn't initialize RS::dispatch->AllocationGetPointer");
H A DrsDispatch.h160 AllocationGetPointerFnPtr AllocationGetPointer; member in struct:__anon1465
/frameworks/rs/
H A Drs.spec133 AllocationGetPointer {

Completed in 372 milliseconds