Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp76 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString() local
114 s << "objectSlotCount: " << objectSlotCount << "\n"; in getRSInfoString()
115 for (i = 0; i < objectSlotCount; ++i) { in getRSInfoString()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp307 size_t objectSlotCount = 0; in createFromSharedObject() local
451 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) { in createFromSharedObject()
456 for (size_t i = 0; i < objectSlotCount; ++i) { in createFromSharedObject()