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