Home
last modified time | relevance | path

Searched refs:textureWidth (Results 176 – 200 of 421) sorted by relevance

12345678910>>...17

/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/Scoobie/
H A DScTilemap.h67 unsigned short textureWidth, textureHeight; // tiles texture size in pixels variable
/dports/games/openbor4432/openbor-ba1eb4f/engine/psp/
H A Dimage.h17 int textureWidth; member
/dports/games/openbor/openbor-3caaddd5/engine/psp/
H A Dimage.h17 int textureWidth; member
/dports/games/openbor3482/openbor-2c1ecd7/engine/psp/
H A Dimage.h17 int textureWidth; member
/dports/games/openbor3711/openbor-6ec17fa/engine/psp/
H A Dimage.h17 int textureWidth; member
/dports/games/openbor3979/openbor-2bcf25b/engine/psp/
H A Dimage.h17 int textureWidth; member
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/Scoobie/
H A DScTilemap.h67 unsigned short textureWidth, textureHeight; // tiles texture size in pixels variable
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/data/
H A Dqcustom3dvolume_p.h76 const QQuaternion &rotation, int textureWidth,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsStateChangePerfTestCases.cpp335 const int textureWidth = 64; in requireTextures() local
344 genTextureData(textureData, textureWidth, textureHeight); in requireTextures()
346 DE_ASSERT(textureData.size() == textureWidth * textureHeight * 4); in requireTextures()
358 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, textureWidth, textureHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE… in requireTextures()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/widgets/
H A DTransferFunctionWidget.cpp278 const size_t textureWidth = 256, textureHeight = 1; in updateTfnPaletteTexture() local
291 textureWidth, in updateTfnPaletteTexture()
304 std::vector<vec4f> palette = getSampledColorsAndOpacities(textureWidth); in updateTfnPaletteTexture()
311 textureWidth, in updateTfnPaletteTexture()
/dports/devel/bullet/bullet3-3.21/examples/TinyRenderer/
H A DTinyRenderer.h48 unsigned char* textureImage = 0, int textureWidth = 0, int textureHeight = 0);
H A Dmodel.h38 void setDiffuseTextureFromData(unsigned char* textureImage, int textureWidth, int textureHeight);
/dports/devel/love5/love-0.5-0/src/opengl/
H A DImage.h58 int textureWidth;
/dports/devel/py-bullet3/bullet3-3.21/examples/TinyRenderer/
H A DTinyRenderer.h48 unsigned char* textureImage = 0, int textureWidth = 0, int textureHeight = 0);
H A Dmodel.h38 void setDiffuseTextureFromData(unsigned char* textureImage, int textureWidth, int textureHeight);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebxrlayers.idl27 readonly attribute unsigned long textureWidth;
87 readonly attribute unsigned long textureWidth;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebxrlayers.idl27 readonly attribute unsigned long textureWidth;
87 readonly attribute unsigned long textureWidth;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebxrlayers.idl27 readonly attribute unsigned long textureWidth;
87 readonly attribute unsigned long textureWidth;
/dports/games/residualvm/residualvm-0.3.1/engines/myst3/
H A Dinventory.h80 uint16 textureWidth; member
/dports/games/scummvm/scummvm-2.5.1/engines/myst3/
H A Dinventory.h80 uint16 textureWidth; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DCanvas.cxx532 unsigned long textureWidth, textureHeight; in LoadFont() local
533 int error = DecodePNG(rgba, textureWidth, textureHeight, &rawPNG[0], rawPNG.size()); in LoadFont()
538 std::size_t numValues = textureWidth * textureHeight; in LoadFont()
546 FontTextureType(vtkm::Id(textureWidth), vtkm::Id(textureHeight), textureHandle); in LoadFont()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/
H A DSample.inl171 int textureWidth = logoTexture->GetWidth(); local
175 logoSprite_->SetScale(256.0f / textureWidth);
178 logoSprite_->SetSize(textureWidth, textureHeight);
181 logoSprite_->SetHotSpot(textureWidth, textureHeight);
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DLevelPlaySelect.cpp434 const int recW = textureWidth(*toolTip.recordings); in renderTooltip()
435 const int timeW = textureWidth(*toolTip.time); in renderTooltip()
471 r2.x+=textureWidth(*toolTip.time)+15; in renderTooltip()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DParticleFun.cpp350 particles[i].textureHeight = particles[i].textureWidth = TEXTURESIZE; in ParticleFun()
/dports/games/stratagus/stratagus-3.2.0/src/map/
H A Dfow_utils.cpp199 void CBlurer::Init(const uint16_t textureWidth, const uint16_t textureHeight, const float radius, c… in Init() argument
203 TextureWidth = textureWidth; in Init()

12345678910>>...17