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.h163 Buffer11::NativeStorage **storageOut);
168 StorageOutT **storageOut);
171 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);
174 BufferStorage **storageOut) const;
179 NativeStorage **storageOut);
DBuffer11.cpp804 StorageOutT **storageOut) in getBufferStorage() argument
827 *storageOut = GetAs<StorageOutT>(newStorage); in getBufferStorage()
855 Buffer11::NativeStorage **storageOut) in getConstantBufferRangeStorage() argument
909 *storageOut = GetAs<NativeStorage>(newStorage); in getConstantBufferRangeStorage()
1034 Buffer11::BufferStorage **storageOut) const in getLatestBufferStorage()
1042 *storageOut = mLatestBufferStorage; in getLatestBufferStorage()
1047 angle::Result Buffer11::getStagingStorage(const gl::Context *context, StorageOutT **storageOut) in getStagingStorage() argument
1049 return getBufferStorage(context, BUFFER_USAGE_STAGING, storageOut); in getStagingStorage()