Searched refs:storageOut (Results 1 – 2 of 2) sorted by relevance
171 Buffer11::NativeStorage **storageOut);176 StorageOutT **storageOut);179 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);182 BufferStorage **storageOut) const;187 NativeStorage **storageOut);
810 StorageOutT **storageOut) in getBufferStorage() argument833 *storageOut = GetAs<StorageOutT>(newStorage); in getBufferStorage()861 Buffer11::NativeStorage **storageOut) in getConstantBufferRangeStorage() argument915 *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() argument1060 return getBufferStorage(context, BUFFER_USAGE_STAGING, storageOut); in getStagingStorage()