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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp72 size_t objectSlotCount = me.getObjectSlotCount(); local
104 s << "objectSlotCount: " << objectSlotCount << "\n"; local
105 for (i = 0; i < objectSlotCount; ++i) {
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp321 #define OBJECT_SLOT_STR "objectSlotCount: "
656 size_t objectSlotCount = 0; local
660 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) {
665 if (objectSlotCount > 0) {
667 for (size_t i = 0; i < objectSlotCount; ++i) {

Completed in 259 milliseconds