Home
last modified time | relevance | path

Searched defs:TextureData (Results 1 – 25 of 42) sorted by relevance

12

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/ext/
H A Dmeshtexturizer.h151 struct MeshTexturizer::TextureData { struct
164 TextureData() {} in TextureData() argument
165 TextureData(const TRectD &geom) : m_geom(geom) {} in TextureData() function
167 ~TextureData() { in ~TextureData() argument
176 TextureData &operator=(const TextureData &); argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dtexturebank.cpp42 struct TextureData : public IData in DENG2_PIMPL() struct
44 Impl *d; in DENG2_PIMPL()
45 Id _id { Id::None }; in DENG2_PIMPL()
46 std::unique_ptr<Image> pendingImage; in DENG2_PIMPL()
48 TextureData(Image const &image, Impl *owner) : d(owner) in DENG2_PIMPL() function
65 ~TextureData() in DENG2_PIMPL()
74 Id const &id() in DENG2_PIMPL()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DtextureManager.h12 struct TextureData struct
24 std::unordered_map<string, TextureData> textureMap; argument
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/
H A DTextureData.java58 public class TextureData { class
129 public TextureData(final GLProfile glp, in TextureData() method in TextureData
184 public TextureData(final GLProfile glp, in TextureData() method in TextureData
253 public TextureData(final GLProfile glp, in TextureData() method in TextureData
306 public TextureData(final GLProfile glp, in TextureData() method in TextureData
345 …protected TextureData(final GLProfile glp) { this.glProfile = glp; this.pixelAttributes = GLPixelA… in TextureData() method in TextureData
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DTextureResource.h79 typedef std::pair< TextureHandle, Vector2i > TextureData; typedef
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DTextureResource.h12 class TextureData; variable
H A DTextureDataManager.h12 class TextureData; variable
H A DTextureData.cpp15 TextureData::TextureData(bool tile) : mTile(tile), mTextureID(0), mDataRGBA(nullptr), mScalable(fal… in TextureData() function in TextureData
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/
H A DTextureData.java60 public class TextureData { class
139 public TextureData(int internalFormat, in TextureData() method in TextureData
206 public TextureData(int internalFormat, in TextureData() method in TextureData
253 public TextureData(int internalFormat, in TextureData() method in TextureData
/dports/math/vtk9/VTK-9.1.0/Rendering/FFMPEGOpenGL2/
H A DvtkOpenGLMovieSphere.h78 unsigned char* TextureData[6]; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DCanvasTranslator.h25 class TextureData; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DCanvasTranslator.h25 class TextureData; variable
H A DCompositorBridgeParent.h98 class TextureData; variable
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DCanvasTranslator.h25 class TextureData; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DCanvasTranslator.h25 class TextureData; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dmeshtexturizer.cpp50 typedef MeshTexturizer::TextureData TextureData; typedef in MeshTexturizer::Imp
238 typedef MeshTexturizer::TextureData TextureData; in getTextureData() typedef
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dtexgen.c47 static GLfloat TextureData[4][4][3]; variable
/dports/cad/leocad/leocad-21.06/common/
H A Dtexfont.cpp6 static const unsigned char TextureData[2048] = variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/wgsl/
H A Dgenerator_impl_type_test.cc254 struct TextureData { struct
255 ast::type::TextureDimension dim;
256 const char* name;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dlodbias.c72 static GLfloat TextureData[2][3][3] = { variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/textures/
H A Dgltexture_p.h109 TextureData = (1 << 0), // texture data needs uploading to GPU enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/client/
H A DTextureClient.h56 class TextureData; variable
258 TextureData() { MOZ_COUNT_CTOR(TextureData); } in TextureData() function
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/textures/
H A Dtexture_p.h110 TextureData = (1 << 0), // texture data needs uploading to GPU enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/client/
H A DTextureClient.h60 class TextureData; variable
246 TextureData() { MOZ_COUNT_CTOR(TextureData); } in TextureData() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ac/
H A Dac3d.cpp331 class TextureData class
334 TextureData() : in TextureData() function in ac3d::TextureData
782 virtual osg::Geode* finalize(const MaterialData& material, const TextureData& /*textureData*/) in finalize()

12