Home
last modified time | relevance | path

Searched refs:create_quad (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h98 std::shared_ptr<Geometry> create_quad(float x,
Dosr_d3d11_win.cc524 std::shared_ptr<Geometry> Device::create_quad(float x, in create_quad() function in client::d3d11::Device
820 geometry_ = device_->create_quad(bounds_.x, bounds_.y, bounds_.width, in render_texture()