Searched refs:mAttributeStorageTypes (Results 1 – 2 of 2) sorted by relevance
24 mAttributeStorageTypes(data.getMaxAttribs(), VertexStorageType::CURRENT_VALUE), in VertexArray11()60 if (mAttributeStorageTypes[INDEX] == VertexStorageType::STATIC) \224 if (mAttributeStorageTypes[attribIndex] == newStorageType) in updateVertexAttribStorage()227 mAttributeStorageTypes[attribIndex] = newStorageType; in updateVertexAttribStorage()265 switch (mAttributeStorageTypes[dirtyAttribIndex]) in updateDirtyAttribs()
83 std::vector<VertexStorageType> mAttributeStorageTypes; variable