Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h36 angle::Result syncStateForDraw(const gl::Context *context,
DVertexArray11.cpp137 angle::Result VertexArray11::syncStateForDraw(const gl::Context *context, in syncStateForDraw() function in rx::VertexArray11
DStateManager11.cpp2268 ANGLE_TRY(mVertexArray11->syncStateForDraw(context, firstVertex, vertexOrIndexCount, in updateState()