Home
last modified time | relevance | path

Searched refs:ClassifyAttributeStorage (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.h85 VertexStorageType ClassifyAttributeStorage(const gl::Context *context,
DVertexDataManager.cpp165 VertexStorageType ClassifyAttributeStorage(const gl::Context *context, in ClassifyAttributeStorage() function
283 switch (ClassifyAttributeStorage(context, attrib, binding)) in prepareVertexData()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp222 VertexStorageType newStorageType = ClassifyAttributeStorage(context, attrib, binding); in updateVertexAttribStorage()