Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.h35 angle::Result updateActiveAttribInfo(ContextVk *contextVk);
DVertexArrayVk.cpp565 angle::Result VertexArrayVk::updateActiveAttribInfo(ContextVk *contextVk) in updateActiveAttribInfo() function in rx::VertexArrayVk
DContextVk.cpp3711 ANGLE_TRY(mVertexArray->updateActiveAttribInfo(this)); in syncState()