OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBoundAllocs
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
264
mBoundAllocs
= nullptr;
301
mBoundAllocs
= new Allocation *[varCount];
302
memset(
mBoundAllocs
, 0, varCount * sizeof(*
mBoundAllocs
));
919
mBoundAllocs
[slot] = data;
946
delete[]
mBoundAllocs
;
958
Allocation *a =
mBoundAllocs
[ct];
[
all
...]
rsCpuScript.h
127
Allocation **
mBoundAllocs
;
Completed in 178 milliseconds