Home
last modified time | relevance | path

Searched defs:PrimitiveBatch (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/DirectXTK/
H A DPrimitiveBatch.h88 PrimitiveBatch(PrimitiveBatch&& moveFrom) in PrimitiveBatch() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dbatch.rs342 pub struct PrimitiveBatch { struct
347 impl PrimitiveBatch { implementation
348 fn new(key: BatchKey) -> PrimitiveBatch { in new()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/rsx/
H A Drsx_lib_gl.cpp231 struct PrimitiveBatch { struct
232 SemiTransparencyMode transparency_mode;
234 GLenum draw_mode;
235 bool opaque;
236 bool set_mask;
237 bool mask_test;
239 unsigned first;
241 unsigned count;
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dbatch.rs522 pub struct PrimitiveBatch { struct
523 pub key: BatchKey,
524 pub instances: Vec<PrimitiveInstanceData>,
548 impl PrimitiveBatch { argument
549 fn new(key: BatchKey) -> PrimitiveBatch { in new()
557 fn merge(&mut self, other: PrimitiveBatch) { in merge()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dbatch.rs522 pub struct PrimitiveBatch { struct
523 pub key: BatchKey,
524 pub instances: Vec<PrimitiveInstanceData>,
548 impl PrimitiveBatch { implementation
549 fn new(key: BatchKey) -> PrimitiveBatch { in new()
557 fn merge(&mut self, other: PrimitiveBatch) { in merge()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dbatch.rs522 pub struct PrimitiveBatch { struct
523 pub key: BatchKey,
524 pub instances: Vec<PrimitiveInstanceData>,
548 impl PrimitiveBatch { argument
549 fn new(key: BatchKey) -> PrimitiveBatch { in new()
557 fn merge(&mut self, other: PrimitiveBatch) { in merge()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dbatch.rs376 pub struct PrimitiveBatch { struct
400 impl PrimitiveBatch { argument
401 fn new(key: BatchKey) -> PrimitiveBatch { in new()
409 fn merge(&mut self, other: PrimitiveBatch) { in merge()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/rsx/
H A Drsx_lib_gl.cpp231 struct PrimitiveBatch { struct
232 SemiTransparencyMode transparency_mode;
234 GLenum draw_mode;
235 bool opaque;
236 bool set_mask;
237 bool mask_test;
239 unsigned first;
241 unsigned count;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dbatch.rs374 pub struct PrimitiveBatch { struct
379 impl PrimitiveBatch { implementation
380 fn new(key: BatchKey) -> PrimitiveBatch { in new()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DRenderer.hpp60 using PrimitiveBatch = std::array<Primitive, MaxBatchSize>; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DRenderer.hpp60 using PrimitiveBatch = std::array<Primitive, MaxBatchSize>; typedef