Searched refs:objectSlotCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp78 size_t objectSlotCount = me.getObjectSlotCount(); local
143 s << "objectSlotCount: " << objectSlotCount << "\n"; local
144 for (i = 0; i < objectSlotCount; ++i) {
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp275 #define OBJECT_SLOT_STR "objectSlotCount: "
313 size_t objectSlotCount = 0; local
564 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) {
569 for (size_t i = 0; i < objectSlotCount; ++i) {

Completed in 341 milliseconds