Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h171 Buffer11::NativeStorage **storageOut);
176 StorageOutT **storageOut);
179 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);
182 BufferStorage **storageOut) const;
187 NativeStorage **storageOut);
DBuffer11.cpp810 StorageOutT **storageOut) in getBufferStorage() argument
833 *storageOut = GetAs<StorageOutT>(newStorage); in getBufferStorage()
861 Buffer11::NativeStorage **storageOut) in getConstantBufferRangeStorage() argument
915 *storageOut = GetAs<NativeStorage>(newStorage); in getConstantBufferRangeStorage()
1045 Buffer11::BufferStorage **storageOut) const in getLatestBufferStorage()
1053 *storageOut = mLatestBufferStorage; in getLatestBufferStorage()
1058 angle::Result Buffer11::getStagingStorage(const gl::Context *context, StorageOutT **storageOut) in getStagingStorage() argument
1060 return getBufferStorage(context, BUFFER_USAGE_STAGING, storageOut); in getStagingStorage()