Searched refs:NUM_IMG_TYS (Results 1 – 1 of 1) sorted by relevance
390 const size_t NUM_IMG_TYS = sizeof(ImageValuesGenerator::imageTypes)/sizeof(ImageValuesGenerator::im… variable415 m_imgTyIndex(NUM_IMG_TYS) {} in iterator()419 assert(m_channelIndex < NUM_CHANNEL_ORDERS && m_imgTyIndex < NUM_IMG_TYS && in operator ++()431 if (incrementIndex(m_imgTyIndex, NUM_IMG_TYS)) in operator ++()455 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in getDataTypeName()478 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in getImageTypeName()491 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in getImageGeneratorName()497 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in getBaseImageGeneratorName()505 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in getDataType()524 assert(m_imgTyIndex < NUM_IMG_TYS && "image type index is out of bound"); in toString()