Searched refs:destroyDataStore (Results 1 – 2 of 2) sorted by relevance
161 factoryIt->second.destroyDataStore }); in Create()239 if (typeInfo.createDataStore && typeInfo.destroyDataStore) { in AddRenderDataStoreFactory()245 PLUGIN_ASSERT(typeInfo.destroyDataStore && "destroyDataStore cannot be null"); in AddRenderDataStoreFactory()
49 const DestroyRenderDataStoreFn destroyDataStore; member