Searched refs:getStagingStorage (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.cpp | 447 ANGLE_TRY(getStagingStorage(context, &writeBuffer)); in setSubData() 488 ANGLE_TRY(getStagingStorage(context, ©Dest)); in copySubData() 496 ANGLE_TRY(sourceBuffer->getStagingStorage(context, ©Source)); in copySubData() 504 ANGLE_TRY(sourceBuffer->getStagingStorage(context, ©Source)); in copySubData() 508 ANGLE_TRY(getStagingStorage(context, ©Dest)); in copySubData() 523 ANGLE_TRY(getStagingStorage(context, ©Source)); in copySubData() 567 ANGLE_TRY(getStagingStorage(context, &mMappedStorage)); in mapRange() 1011 ANGLE_TRY(getStagingStorage(context, &stagingBuffer)); in updateBufferStorage() 1047 angle::Result Buffer11::getStagingStorage(const gl::Context *context, StorageOutT **storageOut) in getStagingStorage() function in rx::Buffer11
|
D | Buffer11.h | 171 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);
|