Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp298 angle::Result flushQueuedPackCommand(const gl::Context *context);
1704 ANGLE_TRY(flushQueuedPackCommand(context)); in copyFromStorage()
1743 ANGLE_TRY(flushQueuedPackCommand(context)); in map()
1760 ANGLE_TRY(flushQueuedPackCommand(context)); in packPixels()
1805 angle::Result Buffer11::PackStorage::flushQueuedPackCommand(const gl::Context *context) in flushQueuedPackCommand() function in rx::Buffer11::PackStorage