Searched refs:mSupportedPrimitivesBits (Results 1 – 2 of 2) sorted by relevance
287 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits);288 if (mSupportedPrimitivesBits > 0) {290 if (mSupportedPrimitivesBits & (1 << uint32_t(e))) {296 mSupportedPrimitivesBits |= (1 << uint32_t(e));1534 if ((primitiveBit & mSupportedPrimitivesBits) == 0x0) { in getPrimitiveDetails()
265 uint32_t mSupportedPrimitivesBits = 0x0; variable