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.cpp163 VertexStorageType ClassifyAttributeStorage(const gl::Context *context, in ClassifyAttributeStorage() function
282 switch (ClassifyAttributeStorage(context, attrib, binding)) in prepareVertexData()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp234 VertexStorageType newStorageType = ClassifyAttributeStorage(context, attrib, binding); in updateVertexAttribStorage()