OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationGetType
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
75
RS::dispatch->
AllocationGetType
= (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
76
if (RS::dispatch->
AllocationGetType
== NULL) {
77
ALOGE("Couldn't initialize RS::dispatch->
AllocationGetType
");
rsDispatch.h
91
AllocationGetTypeFnPtr
AllocationGetType
;
Allocation.cpp
127
const void *typeID = RS::dispatch->
AllocationGetType
(mRS->getContext(), getID());
Completed in 25 milliseconds