Searched refs:storageOut (Results 1 – 2 of 2) sorted by relevance
163 Buffer11::NativeStorage **storageOut);168 StorageOutT **storageOut);171 angle::Result getStagingStorage(const gl::Context *context, StorageOutT **storageOut);174 BufferStorage **storageOut) const;179 NativeStorage **storageOut);
804 StorageOutT **storageOut) in getBufferStorage() argument827 *storageOut = GetAs<StorageOutT>(newStorage); in getBufferStorage()855 Buffer11::NativeStorage **storageOut) in getConstantBufferRangeStorage() argument909 *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() argument1049 return getBufferStorage(context, BUFFER_USAGE_STAGING, storageOut); in getStagingStorage()