Searched refs:newStorageType (Results 1 – 1 of 1) sorted by relevance
222 VertexStorageType newStorageType = ClassifyAttributeStorage(context, attrib, binding); in updateVertexAttribStorage() local225 mAttribsToTranslate.set(attribIndex, newStorageType != VertexStorageType::DYNAMIC); in updateVertexAttribStorage()227 if (mAttributeStorageTypes[attribIndex] == newStorageType) in updateVertexAttribStorage()230 mAttributeStorageTypes[attribIndex] = newStorageType; in updateVertexAttribStorage()231 mDynamicAttribsMask.set(attribIndex, newStorageType == VertexStorageType::DYNAMIC); in updateVertexAttribStorage()233 if (newStorageType == VertexStorageType::CURRENT_VALUE) in updateVertexAttribStorage()