Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.h123 angle::Result storeCurrentValue(const gl::Context *context,
DVertexDataManager.cpp301 ANGLE_TRY(storeCurrentValue(context, currentValueData, translated, attribIndex)); in prepareVertexData()
586 angle::Result VertexDataManager::storeCurrentValue( in storeCurrentValue() function in rx::VertexDataManager
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2078 ANGLE_TRY(mVertexDataManager.storeCurrentValue(context, currentValue, currentValueAttrib, in syncCurrentValueAttribs()