OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationSetSurfaceFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
128
(
AllocationSetSurfaceFnPtr
)dlsym(handle, "rsAllocationSetSurface"),
/frameworks/rs/cpp/
rsDispatch.h
50
typedef void (*
AllocationSetSurfaceFnPtr
) (RsContext, RsAllocation, RsNativeWindow);
171
AllocationSetSurfaceFnPtr
AllocationSetSurface;
rsDispatch.cpp
61
dispatchTab.AllocationSetSurface = (
AllocationSetSurfaceFnPtr
)dlsym(handle, "rsAllocationSetSurface");
Completed in 54 milliseconds