OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCopy3DRangeFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
94
.AllocationCopy3DRange = (
AllocationCopy3DRangeFnPtr
)dlsym(
/frameworks/rs/cpp/
rsDispatch.h
73
typedef void (*
AllocationCopy3DRangeFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t);
155
AllocationCopy3DRangeFnPtr
AllocationCopy3DRange;
rsDispatch.cpp
46
dispatchTab.AllocationCopy3DRange = (
AllocationCopy3DRangeFnPtr
)dlsym(handle, "rsAllocationCopy3DRange");
Completed in 56 milliseconds