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