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) \227 if (mAttributeStorageTypes[attribIndex] == newStorageType) in updateVertexAttribStorage()230 mAttributeStorageTypes[attribIndex] = newStorageType; in updateVertexAttribStorage()266 switch (mAttributeStorageTypes[dirtyAttribIndex]) in updateDirtyAttribs()
87 std::vector<VertexStorageType> mAttributeStorageTypes; variable