OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationGetPointer
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
52
dispatchTab.
AllocationGetPointer
= (AllocationGetPointerFnPtr)dlsym(handle, "rsAllocationGetPointer");
379
if (dispatchTab.
AllocationGetPointer
== nullptr) {
380
LOG_ERR("Couldn't initialize dispatchTab.
AllocationGetPointer
");
rsDispatch.h
124
AllocationGetPointerFnPtr
AllocationGetPointer
;
Allocation.cpp
176
if (RS::dispatch->
AllocationGetPointer
== nullptr) {
181
p = RS::dispatch->
AllocationGetPointer
(mRS->getContext(), getIDSafe(), 0,
/frameworks/rs/
rs.spec
167
AllocationGetPointer
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 38 milliseconds