OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCreateTyped
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Allocation.cpp
319
id = RS::dispatch->
AllocationCreateTyped
(rs->getContext(), type->getID(), mips, usage, 0);
333
id = RS::dispatch->
AllocationCreateTyped
(rs->getContext(), type->getID(), mips, usage,
RenderScript.cpp
155
RS::dispatch->
AllocationCreateTyped
= (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");
156
if (RS::dispatch->
AllocationCreateTyped
== NULL) {
157
ALOGE("Couldn't initialize RS::dispatch->
AllocationCreateTyped
");
rsDispatch.h
110
AllocationCreateTypedFnPtr
AllocationCreateTyped
;
/frameworks/rs/
rs.spec
46
AllocationCreateTyped
{
Completed in 29 milliseconds