Searched refs:MAX_INSTANCE_COUNT (Results 1 – 1 of 1) sorted by relevance
76 MAX_INSTANCE_COUNT = 3, //!< max number of draw instances enumerator200 const int numInstances = isInstanced() ? MAX_INSTANCE_COUNT : 1; in drawReferenceImage()238 const deUint32 numInstances = isInstanced() ? MAX_INSTANCE_COUNT : 1; in iterate()