Home
last modified time | relevance | path

Searched defs:TexturePtr (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dtexture.hpp100 template <typename T> struct TexturePtr struct
102 typedef T value_type;
103 typedef float index_type;
105 cudaTextureObject_t texObj;
107 __device__ __forceinline__ T operator ()(float y, float x) const in operator ()()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Ogre/
H A DRenderer.h58 class TexturePtr; variable
62 typedef SharedPtr<Texture> TexturePtr; typedef
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/generators/include/
H A Dpython_CEGUIOgreRenderer.h21 typedef SharedPtr<Texture> TexturePtr; typedef
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dtexture_ptr.hpp23 typedef std::shared_ptr<Texture> TexturePtr; typedef
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/
H A DGsTextureCache.h98 typedef std::shared_ptr<CTexture> TexturePtr; typedef
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DRender.h26 using TexturePtr = std::unique_ptr<SDL_Texture, TextureDeleter>; variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_Direct3D9/
H A DGSH_Direct3D9.h64 typedef Framework::Win32::CComPtr<IDirect3DTexture9> TexturePtr; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs504 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<TexturePtr>] { in as_slice()
H A Dlib.rs1012 pub type TexturePtr = NonNull<metal::MTLTexture>; typedef
1030 impl AsNative for TexturePtr { implementation
H A Dcommand.rs1545 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_render()
1919 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_compute()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dsoft.rs505 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<TexturePtr>] { in as_slice()
H A Dlib.rs981 pub type TexturePtr = NonNull<metal::MTLTexture>; typedef
999 impl AsNative for TexturePtr { implementation
H A Dcommand.rs1520 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_render()
1894 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_compute()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs519 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<TexturePtr>] { in as_slice()
H A Dlib.rs1085 pub type TexturePtr = NonNull<metal::MTLTexture>; typedef
1103 impl AsNative for TexturePtr { implementation
H A Dcommand.rs1730 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_render()
2123 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_compute()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/test/
H A Dtest_arithm_op.cu146 TYPED_TEST(UnaryMinusTest, TexturePtr) in TYPED_TEST() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs519 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<TexturePtr>] { in as_slice()
H A Dlib.rs1085 pub type TexturePtr = NonNull<metal::MTLTexture>; typedef
1103 impl AsNative for TexturePtr { implementation
H A Dcommand.rs1730 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_render()
2123 R::TextureArray: soft::AsSlice<Option<TexturePtr>, R>, in exec_compute()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dmod.rs435 fn as_raw(&self) -> TexturePtr { in as_raw()
540 type TexturePtr = NonNull<mtl::MTLTexture>; typedef
555 impl AsNative for TexturePtr { implementation
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePrerequisites.h319 typedef SharedPtr<Texture> TexturePtr; typedef
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePrerequisites.h300 typedef SharedPtr<Texture> TexturePtr; typedef
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/
H A Dcoretypes.h116 typedef TEXTURE* TexturePtr; typedef