Searched refs:open_shared_texture (Results 1 – 2 of 2) sorted by relevance
110 std::shared_ptr<Texture2D> open_shared_texture(void*);
573 std::shared_ptr<Texture2D> Device::open_shared_texture(void* handle) { in open_shared_texture() function in client::d3d11::Device926 shared_buffer_ = device_->open_shared_texture((void*)shared_handle); in on_paint()