OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectSlotListTy
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
154
typedef android::Vector<uint32_t>
ObjectSlotListTy
;
205
ObjectSlotListTy
mObjectSlots;
243
inline const
ObjectSlotListTy
&getObjectSlots() const
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
111
const RSInfo::
ObjectSlotListTy
&object_slots = mInfo->getObjectSlots();
112
for (RSInfo::
ObjectSlotListTy
::const_iterator
RSInfoWriter.cpp
81
helper_adapt_list_item<rsinfo::ObjectSlotItem, RSInfo::
ObjectSlotListTy
>(
84
const RSInfo::
ObjectSlotListTy
::const_iterator &pItem) {
210
if (!helper_write_list<rsinfo::ObjectSlotItem,
ObjectSlotListTy
>
RSInfoReader.cpp
92
helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::
ObjectSlotListTy
>(
95
RSInfo::
ObjectSlotListTy
&pResult)
297
if (!helper_read_list<rsinfo::ObjectSlotItem,
ObjectSlotListTy
>
RSInfo.cpp
310
for (
ObjectSlotListTy
::const_iterator slot_iter = mObjectSlots.begin(),
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
[
all
...]
Completed in 50 milliseconds