Home
last modified time | relevance | path

Searched refs:getTextureWidth (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/
H A Dtexture_gl.h56 virtual int getTextureWidth() const = 0;
74 virtual int getTextureWidth() const { return Texture1D::getTextureWidth();} in getTextureWidth() function
90 virtual int getTextureWidth() const { return Texture2D::getTextureWidth();} in getTextureWidth() function
107 virtual int getTextureWidth() const { return Texture3D::getTextureWidth();} in getTextureWidth() function
124 virtual int getTextureWidth() const { return TextureCube::getTextureWidth();} in getTextureWidth() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DGlyph.cpp64 if (width <= (getTextureWidth()-_partUsedX) && in getSpaceForGlyph()
81 if (width <= getTextureWidth() && in getSpaceForGlyph()
116 … glyph->setMinTexCoord( osg::Vec2( static_cast<float>(posX)/static_cast<float>(getTextureWidth()), in addGlyph()
179 if (maxTextureSize < getTextureWidth() || maxTextureSize < getTextureHeight()) in apply()
217 unsigned int imageDataSize = getTextureHeight()*getTextureWidth(); in apply()
227 glPixelStorei(GL_UNPACK_ROW_LENGTH,getTextureWidth()); in apply()
232 getTextureWidth(), getTextureHeight(), 0, in apply()
342 int tsize = getTextureHeight() * getTextureWidth(); in apply()
361 ((((*itr)->getTexturePositionY()+t) * getTextureWidth()) + in apply()
379 glPixelStorei(GL_UNPACK_ROW_LENGTH,getTextureWidth()); in apply()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dtexture.h120 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function
143 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function
168 virtual int getTextureWidth() const {return pixmap.getW();} in getTextureWidth() function
191 virtual int getTextureWidth() const {return -1;} in getTextureWidth() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DMatPlotDecomposer.cpp31 int MatPlotDecomposer::getTextureWidth(int id) in getTextureWidth() function in MatPlotDecomposer
63 const int w = getTextureWidth(id); in fillTextureData()
227 const int w = getTextureWidth(id); in getTextureData()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/
H A Dintro.cpp311 textureWidth = logoTexture->getTextureWidth(); in Intro()
476 texPlacement = Vec2i(w-tex->getTextureWidth(), 1); in Intro()
479 texPlacement = Vec2i(w-tex->getTextureWidth(), h-tex->getTextureHeight()); in Intro()
482 texPlacement = Vec2i(w/2 - tex->getTextureWidth()/2, h-tex->getTextureHeight()); in Intro()
485 texPlacement = Vec2i(w/2 - tex->getTextureWidth()/2, 1); in Intro()
491 texPlacement = Vec2i(w-tex->getTextureWidth(), (h/2) - (tex->getTextureHeight()/2)); in Intro()
499 …texts.push_back(new IntroText(tex, texPlacement, Vec2i(tex->getTextureWidth(), tex->getTextureHeig… in Intro()
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWSelectorPart.cpp77 if (item.getIcon()) iconWidth = item.getTextureWidth() + 16.0f; in calculateDimensions()
244 glVertex2f(x + item.getTextureWidth() + 16.0f, y); in draw()
246 glVertex2f(x + item.getTextureWidth() + 16.0f, y + 16.0f); in draw()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/
H A DDataLoader.java12 public static int getTextureWidth(int id) { in getTextureWidth() method in DataLoader
13 return DataLoaderJNI.getTextureWidth(id); in getTextureWidth()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DGlyph.cpp115 if (width <= (getTextureWidth()-partUsedX) && in getSpaceForGlyph()
132 if (width <= getTextureWidth() && in getSpaceForGlyph()
165 …osg::Vec2( static_cast<float>(posX)/static_cast<float>(getTextureWidth()), static_cast<float>(posY… in addGlyph()
166 …osg::Vec2( static_cast<float>(posX+glyph->s())/static_cast<float>(getTextureWidth()), static_cast<… in addGlyph()
422 … _image->allocateImage(getTextureWidth(), getTextureHeight(), 1, imageFormat, GL_UNSIGNED_BYTE); in createImage()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DCamera.cpp429 if (texture && (texture->getTextureWidth()!=width)) in resizeAttachments()
439 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
449 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
459 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
H A DTexMat.cpp41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/
H A Dgcn_graphics.cc160 float texX1 = source.x() / (float)srcImage->getTextureWidth(); in drawImageStretched()
162 float texX2 = source.x2() / (float)srcImage->getTextureWidth(); in drawImageStretched()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DMatPlotDecomposer.hxx23 static int getTextureWidth(int id);
H A DDataLoader.hxx35 int getTextureWidth(int id);
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_mrt/
H A Dosgearth_mrt.cpp54 rtt->setViewport(0, 0, app.gcolor->getTextureWidth(), app.gcolor->getTextureHeight()); in createMRTPass()
94 float w = (float)app.gcolor->getTextureWidth(); in createFramebufferQuad()
196 float w = app.gcolor->getTextureWidth(); in createFramebufferPass()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexMat.cpp41 glScalef(tex->getTextureWidth(),tex->getTextureHeight(),1.0f); in apply()
H A DCamera.cpp436 if (texture && (texture->getTextureWidth()!=width)) in resizeAttachments()
446 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
456 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
466 … if (texture && ((texture->getTextureWidth()!=width) || (texture->getTextureHeight()!=height))) in resizeAttachments()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/directx3d/
H A Ddirectx3dimage.hpp116 virtual int getTextureWidth() const;
/dports/devel/love10/love-0.10.2/src/modules/graphics/
H A DQuad.h50 double getTextureWidth() const;
/dports/devel/guichan/guichan-0.8.2/include/guichan/opengl/
H A Dopenglimage.hpp121 virtual int getTextureWidth() const;
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/opengl/
H A Dopenglimage.hpp142 virtual int getTextureWidth() const;
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/
H A Dmyguitexture.cpp30 , mWidth(texture->getTextureWidth()) in OSGTexture()
127 mTexture->getTextureWidth(), mTexture->getTextureHeight(), mTexture->getTextureDepth(), in lock()
/dports/devel/love/love-11.3/src/modules/graphics/
H A DQuad.h53 double getTextureWidth() const;
/dports/devel/love5/love-0.5-0/src/opengl/
H A DAnimation.cpp47 float xTex = x/(float)image->getTextureWidth(); in addFrame()
50 float wTex = w/(float)image->getTextureWidth(); in addFrame()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DTextureManager.hpp27 int getTextureWidth(const std::string imageUrl);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DTexture2DArray.cpp33 out->writeInt(getTextureWidth()); in write()

12345678