Home
last modified time | relevance | path

Searched refs:TextureMode (Results 1 – 25 of 97) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/attribute/
H A Dsdrobjectattribute3d.cxx35 … css::drawing::TextureMode maTextureMode; // texture kind (see uno API)
49 css::drawing::TextureMode aTextureMode, in ImpSdr3DObjectAttribute()
75 css::drawing::TextureMode getTextureMode() const { return maTextureMode; } in getTextureMode()
110 css::drawing::TextureMode aTextureMode, in Sdr3DObjectAttribute()
154 css::drawing::TextureMode Sdr3DObjectAttribute::getTextureMode() const in getTextureMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/attribute/
H A Dsdrobjectattribute3d.cxx37 … css::drawing::TextureMode maTextureMode; // texture kind (see uno API)
51 css::drawing::TextureMode aTextureMode, in ImpSdr3DObjectAttribute()
77 css::drawing::TextureMode getTextureMode() const { return maTextureMode; } in getTextureMode()
112 css::drawing::TextureMode aTextureMode, in Sdr3DObjectAttribute()
156 css::drawing::TextureMode Sdr3DObjectAttribute::getTextureMode() const in getTextureMode()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DViewPreferencePane.cpp42 struct TextureMode { struct
47 TextureMode(const int i_minFilter, const int i_magFilter, const String& i_name) : in TextureMode() argument
54 static const TextureMode TextureModes[] = {
55 TextureMode(GL_NEAREST, GL_NEAREST, "Nearest"),
56 TextureMode(GL_NEAREST_MIPMAP_NEAREST, GL_NEAREST, "Nearest (mipmapped)"),
57 TextureMode(GL_NEAREST_MIPMAP_LINEAR, GL_NEAREST, "Nearest (mipmaps, interpolated)"),
58 TextureMode(GL_LINEAR, GL_LINEAR, "Linear"),
59 TextureMode(GL_LINEAR_MIPMAP_NEAREST, GL_LINEAR, "Linear (mipmapped)"),
60 TextureMode(GL_LINEAR_MIPMAP_LINEAR, GL_LINEAR, "Linear (mipmapped, interpolated")
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/atlas/
H A Datlas.hpp30 enum class TextureMode enum
200 TextureMode set_texture_mode(TextureMode mode) in set_texture_mode()
239 TextureMode texture_mode = TextureMode::None;
H A Datlas.cpp126 case TextureMode::Palette4bpp: in read_texture()
127 case TextureMode::Palette8bpp: in read_texture()
142 renderpass.texture_mode == TextureMode::Palette8bpp ? 256u : 16u, 1 }; in read_texture()
479 bool reads_window = renderpass.texture_mode != TextureMode::None; in write_fragment()
486 case TextureMode::Palette4bpp: in write_fragment()
487 case TextureMode::Palette8bpp: in write_fragment()
499 renderpass.texture_mode == TextureMode::Palette8bpp ? 256u : 16u, 1 }; in write_fragment()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/atlas/
H A Datlas.hpp30 enum class TextureMode enum
200 TextureMode set_texture_mode(TextureMode mode) in set_texture_mode()
239 TextureMode texture_mode = TextureMode::None;
H A Datlas.cpp126 case TextureMode::Palette4bpp: in read_texture()
127 case TextureMode::Palette8bpp: in read_texture()
142 renderpass.texture_mode == TextureMode::Palette8bpp ? 256u : 16u, 1 }; in read_texture()
479 bool reads_window = renderpass.texture_mode != TextureMode::None; in write_fragment()
486 case TextureMode::Palette4bpp: in write_fragment()
487 case TextureMode::Palette8bpp: in write_fragment()
499 renderpass.texture_mode == TextureMode::Palette8bpp ? 256u : 16u, 1 }; in write_fragment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/attribute/
H A Dsdrobjectattribute3d.hxx57 css::drawing::TextureMode aTextureMode,
78 css::drawing::TextureMode getTextureMode() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/attribute/
H A Dsdrobjectattribute3d.hxx59 css::drawing::TextureMode aTextureMode,
80 css::drawing::TextureMode getTextureMode() const;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu-gles/
H A DgpuTexture.h39 GLuint LoadTextureWnd(long pageid,long TextureMode,unsigned long GivenClutId);
45 GLuint SelectSubTextureS(long TextureMode, unsigned long GivenClutId);
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu-gles/
H A DgpuTexture.h39 GLuint LoadTextureWnd(long pageid,long TextureMode,unsigned long GivenClutId);
45 GLuint SelectSubTextureS(long TextureMode, unsigned long GivenClutId);
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrScreen.cpp739 if ( rTextureGroups::TextureMode[rTextureGroups::TEX_FONT] > GL_LINEAR ) in lowlevel_sr_InitDisplay()
740 rTextureGroups::TextureMode[rTextureGroups::TEX_FONT] = GL_LINEAR; in lowlevel_sr_InitDisplay()
904 rTextureGroups::TextureMode[i]=default_texturemode; in sr_LoadDefaultConfig()
907 rTextureGroups::TextureMode[rTextureGroups::TEX_FONT]=GL_LINEAR; in sr_LoadDefaultConfig()
920 rTextureGroups::TextureMode[i]=-1; in sr_LoadDefaultConfig()
923 rTextureGroups::TextureMode[rTextureGroups::TEX_OBJ]=GL_NEAREST_MIPMAP_NEAREST; in sr_LoadDefaultConfig()
924 rTextureGroups::TextureMode[rTextureGroups::TEX_FONT]=GL_NEAREST_MIPMAP_NEAREST; in sr_LoadDefaultConfig()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/custom-textures/
H A Dtexture_tracker.cpp276 case TextureMode::ABGR1555: in dump_image()
279 case TextureMode::Palette8bpp: in dump_image()
282 case TextureMode::Palette4bpp: in dump_image()
285 case TextureMode::None: in dump_image()
296 if (mode.mode == TextureMode::Palette4bpp || mode.mode == TextureMode::Palette8bpp) { in dump_image()
312 } else if (mode.mode != TextureMode::ABGR1555) { in dump_image()
752 if (mode.mode == TextureMode::Palette8bpp || mode.mode == TextureMode::Palette4bpp) { in get_hd_texture_index()
1046 case TextureMode::Palette4bpp: in operator <<()
1049 case TextureMode::Palette8bpp: in operator <<()
1052 case TextureMode::ABGR1555: in operator <<()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/custom-textures/
H A Dtexture_tracker.cpp276 case TextureMode::ABGR1555: in dump_image()
279 case TextureMode::Palette8bpp: in dump_image()
282 case TextureMode::Palette4bpp: in dump_image()
285 case TextureMode::None: in dump_image()
296 if (mode.mode == TextureMode::Palette4bpp || mode.mode == TextureMode::Palette8bpp) { in dump_image()
312 } else if (mode.mode != TextureMode::ABGR1555) { in dump_image()
752 if (mode.mode == TextureMode::Palette8bpp || mode.mode == TextureMode::Palette4bpp) { in get_hd_texture_index()
1046 case TextureMode::Palette4bpp: in operator <<()
1049 case TextureMode::Palette8bpp: in operator <<()
1052 case TextureMode::ABGR1555: in operator <<()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dtexture.h26 GLuint LoadTextureWnd(int pageid, int TextureMode, uint32_t GivenClutId);
32 GLuint SelectSubTextureS(int TextureMode, uint32_t GivenClutId);
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/splatting_apss/
H A Dsplatrenderer.h101 void drawSplats(std::vector<MeshType*> & , vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
107 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
116 void Render( std::vector<MeshType*> &meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
123 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
348 …Type>::Render(std::vector<MeshType*> & meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm ) in Render()
493 std::vector<float> & radius, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm ) in Render()
726 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm) in drawSplats()
746 …pe>::drawSplats(std::vector<MeshType*> & meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm) in drawSplats()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/splatting_apss/
H A Dsplatrenderer.h101 void drawSplats(std::vector<MeshType*> & , vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
107 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
116 void Render( std::vector<MeshType*> &meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
123 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm);
348 …Type>::Render(std::vector<MeshType*> & meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm ) in Render()
493 std::vector<float> & radius, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm ) in Render()
726 vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm) in drawSplats()
746 …pe>::drawSplats(std::vector<MeshType*> & meshes, vcg::GLW::ColorMode cm, vcg::GLW::TextureMode tm) in drawSplats()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgMenus.cpp48 static tConfItem<int> tm0("TEXTURE_MODE_0",rTextureGroups::TextureMode[0]);
49 static tConfItem<int> tm1("TEXTURE_MODE_1",rTextureGroups::TextureMode[1]);
50 static tConfItem<int> tm2("TEXTURE_MODE_2",rTextureGroups::TextureMode[2]);
51 static tConfItem<int> tm3("TEXTURE_MODE_3",rTextureGroups::TextureMode[3]);
460 rTextureGroups::TextureMode[0]);
464 rTextureGroups::TextureMode[1]);
468 rTextureGroups::TextureMode[2]);
472 rTextureGroups::TextureMode[3],true);
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/drawing/
H A DTextureMode.idl26 /** The TextureMode defines in which way the texture color data
29 published enum TextureMode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/drawing/
H A DTextureMode.idl26 /** The TextureMode defines in which way the texture color data
29 published enum TextureMode
/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_vulkan.cpp736 renderer->set_texture_mode(TextureMode::ABGR1555); in rsx_vulkan_push_triangle()
739 renderer->set_texture_mode(TextureMode::Palette8bpp); in rsx_vulkan_push_triangle()
742 renderer->set_texture_mode(TextureMode::Palette4bpp); in rsx_vulkan_push_triangle()
747 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_triangle()
817 renderer->set_texture_mode(TextureMode::ABGR1555); in rsx_vulkan_push_quad()
820 renderer->set_texture_mode(TextureMode::Palette8bpp); in rsx_vulkan_push_quad()
823 renderer->set_texture_mode(TextureMode::Palette4bpp); in rsx_vulkan_push_quad()
828 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_quad()
879 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_line()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/rsx/
H A Drsx_lib_vulkan.cpp736 renderer->set_texture_mode(TextureMode::ABGR1555); in rsx_vulkan_push_triangle()
739 renderer->set_texture_mode(TextureMode::Palette8bpp); in rsx_vulkan_push_triangle()
742 renderer->set_texture_mode(TextureMode::Palette4bpp); in rsx_vulkan_push_triangle()
747 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_triangle()
817 renderer->set_texture_mode(TextureMode::ABGR1555); in rsx_vulkan_push_quad()
820 renderer->set_texture_mode(TextureMode::Palette8bpp); in rsx_vulkan_push_quad()
823 renderer->set_texture_mode(TextureMode::Palette4bpp); in rsx_vulkan_push_quad()
828 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_quad()
879 renderer->set_texture_mode(TextureMode::None); in rsx_vulkan_push_line()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/vrml/
H A DConvertToVRML.h60 } TextureMode; typedef
110 TextureMode _textureMode;
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dtrimesh.h52 enum TextureMode{TMNone, TMPerVert, TMPerWedge, TMPerWedgeMulti}; enum
274 void Draw(DrawMode dm ,ColorMode cm, TextureMode tm) in Draw()
291 void Draw(ColorMode cm, TextureMode tm) in Draw()
304 void Draw(TextureMode tm) in Draw()
316 template< DrawMode dm, ColorMode cm, TextureMode tm>
360 template <NormalMode nm, ColorMode cm, TextureMode tm>
732 template <NormalMode nm, ColorMode cm, TextureMode tm>
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dtrimesh.h52 enum TextureMode{TMNone, TMPerVert, TMPerWedge, TMPerWedgeMulti}; enum
274 void Draw(DrawMode dm ,ColorMode cm, TextureMode tm) in Draw()
291 void Draw(ColorMode cm, TextureMode tm) in Draw()
304 void Draw(TextureMode tm) in Draw()
316 template< DrawMode dm, ColorMode cm, TextureMode tm>
360 template <NormalMode nm, ColorMode cm, TextureMode tm>
732 template <NormalMode nm, ColorMode cm, TextureMode tm>

1234