Searched refs:mSupportedPrimitivesBits (Results 1 – 2 of 2) sorted by relevance
666 mHwCalDef->getSupportedPrimitives(&mSupportedPrimitivesBits);667 if (mSupportedPrimitivesBits > 0) {669 if (mSupportedPrimitivesBits & (1 << uint32_t(e))) {675 mSupportedPrimitivesBits |= (1 << uint32_t(e));1595 if ((primitiveBit & mSupportedPrimitivesBits) == 0x0) { in getPrimitiveDetails()
234 uint32_t mSupportedPrimitivesBits = 0x0; variable