Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h67 angle::Result updateDirtyAttribs(const gl::Context *context,
DVertexArray11.cpp163 ANGLE_TRY(updateDirtyAttribs(context, activeDirtyAttribs)); in syncStateForDraw()
260 angle::Result VertexArray11::updateDirtyAttribs(const gl::Context *context, in updateDirtyAttribs() function in rx::VertexArray11