Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp447 ANGLE_TRY(getStagingStorage(context, &writeBuffer)); in setSubData()
488 ANGLE_TRY(getStagingStorage(context, &copyDest)); in copySubData()
496 ANGLE_TRY(sourceBuffer->getStagingStorage(context, &copySource)); in copySubData()
504 ANGLE_TRY(sourceBuffer->getStagingStorage(context, &copySource)); in copySubData()
508 ANGLE_TRY(getStagingStorage(context, &copyDest)); in copySubData()
523 ANGLE_TRY(getStagingStorage(context, &copySource)); 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
DBuffer11.h171 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);