Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp75 bool DirectStoragePossible(const gl::Context *context, in DirectStoragePossible() function
183 if (DirectStoragePossible(context, attrib, binding)) in ClassifyAttributeStorage()
336 ASSERT(DirectStoragePossible(context, attrib, binding)); in StoreDirectAttrib()
357 ASSERT(buffer && attrib.enabled && !DirectStoragePossible(context, attrib, binding)); in StoreStaticAttrib()
496 ASSERT(!DirectStoragePossible(context, attrib, binding)); in reserveSpaceForAttrib()