Home
last modified time | relevance | path

Searched refs:textureMap (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dtexture.cpp100 TextureMap textureMap; variable
107 TextureMap::const_iterator textureIt = TexturePrivate::textureMap.find(textureName); in load()
108 if (textureIt == TexturePrivate::textureMap.end()) in load()
149 if (!TexturePrivate::textureMap.empty()) in find_textures()
151 return TexturePrivate::textureMap; in find_textures()
210 TexturePrivate::textureMap.insert(std::make_pair(name, desc)); in find_textures()
213 return TexturePrivate::textureMap; in find_textures()
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dtexture.cpp100 TextureMap textureMap; variable
107 TextureMap::const_iterator textureIt = TexturePrivate::textureMap.find(textureName); in load()
108 if (textureIt == TexturePrivate::textureMap.end()) in load()
149 if (!TexturePrivate::textureMap.empty()) in find_textures()
151 return TexturePrivate::textureMap; in find_textures()
210 TexturePrivate::textureMap.insert(std::make_pair(name, desc)); in find_textures()
213 return TexturePrivate::textureMap; in find_textures()
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/
H A DFecDrawer.java42 private final Map<Integer, Texture> textureMap; field in FecDrawer
50 textureMap = new HashMap<Integer, Texture>(); in FecDrawer()
103 Texture texture = textureMap.get(fec.getIdentifier()); in getTexture()
110 textureMap.put(fec.getIdentifier(), texture); in getTexture()
128 Texture texture = textureMap.get(id); in update()
141 for (Map.Entry<Integer, Texture> entry : textureMap.entrySet()) { in updateAll()
158 textureMap.remove(id); in dispose()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DtextureManager.cpp21 TextureData& data = textureMap[name]; in setTexture()
40 TextureData& data = textureMap[name]; in getTexture()
48 TextureData& data = textureMap[name]; in getSpriteRect()
60 TextureData& data = textureMap[name]; in setSpriteRect()
72 TextureData& data = textureMap[name]; in loadTexture()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestPBRAnisotropy.cxx89 vtkNew<vtkTextureMapToSphere> textureMap; in TestPBRAnisotropy() local
90 textureMap->SetInputConnection(sphere->GetOutputPort()); in TestPBRAnisotropy()
91 textureMap->PreventSeamOff(); in TestPBRAnisotropy()
94 tangents->SetInputConnection(textureMap->GetOutputPort()); in TestPBRAnisotropy()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/Testing/Cxx/
H A DPTextureMapToSphere.cxx84 vtkNew<vtkPTextureMapToSphere> textureMap; in Execute() local
92 textureMap->SetInputConnection(superquadric->GetOutputPort()); in Execute()
94 mapper->SetInputConnection(textureMap->GetOutputPort()); in Execute()
102 textureMap->SetInputConnection(sphere->GetOutputPort()); in Execute()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_material.cpp1627 textureMap.clear(); in Reset()
1641 if (!textureMap.size()) in isValid()
1648 for ( ; itr != textureMap.end( ); itr++) { in isValid()
1670 hdl = textureMap.size(); in AddTexture()
1674 if(itr==textureMap.end()) in AddTexture()
1675 textureMap[hdl] = inTex; in AddTexture()
1693 textureMap[id] = inTex; in SetTexture()
1719 numTex = textureMap.size(); in Write()
1737 no = textureMap.size(); in GetNumTextures()
1748 if(itr == textureMap.end()) { in GetTexture()
[all …]
H A Dtrpage_compat.cpp264 numTex = textureMap.size(); in Write()
266 TextureMapType::const_iterator itr = textureMap.begin(); in Write()
267 for ( ; itr != textureMap.end( ); itr++) { in Write()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_material.cpp1616 textureMap.clear(); in Reset()
1630 if (!textureMap.size()) in isValid()
1637 for ( ; itr != textureMap.end( ); itr++) { in isValid()
1659 hdl = textureMap.size(); in AddTexture()
1663 if(itr==textureMap.end()) in AddTexture()
1664 textureMap[hdl] = inTex; in AddTexture()
1682 textureMap[id] = inTex; in SetTexture()
1708 numTex = textureMap.size(); in Write()
1726 no = textureMap.size(); in GetNumTextures()
1737 if(itr == textureMap.end()) { in GetTexture()
[all …]
H A Dtrpage_compat.cpp264 numTex = textureMap.size(); in Write()
266 TextureMapType::const_iterator itr = textureMap.begin(); in Write()
267 for ( ; itr != textureMap.end( ); itr++) { in Write()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/resources/shaders/
H A Dbillboard.frag3 uniform sampler2D textureMap;
10 gl_FragColor = texture2D(textureMap, fragtexcoords.st) * fragcolor;
H A Dbasic.frag4 uniform sampler2D textureMap;
10 gl_FragColor = texture2D(textureMap, fragtexcoords.st) * color;
H A Dparticles.frag4 uniform sampler2D textureMap;
12 gl_FragColor = texture2D(textureMap, fragtexcoords.st) * vec4(fragcolor, 1.);
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestPolyDataTangents.cxx57 vtkNew<vtkTextureMapToCylinder> textureMap; in TestPolyDataTangents() local
58 textureMap->SetInputConnection(triangle->GetOutputPort()); in TestPolyDataTangents()
61 tangents->SetInputConnection(textureMap->GetOutputPort()); in TestPolyDataTangents()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dmaterial.cpp334 void QQuick3DMaterial::setDynamicTextureMap(QQuick3DTexture *textureMap, const QByteArray &name) in setDynamicTextureMap() argument
336 if (!textureMap) in setDynamicTextureMap()
342 if (*it == textureMap) in setDynamicTextureMap()
349 …updatePropertyListener(textureMap, nullptr, QQuick3DObjectPrivate::get(this)->sceneManager, name, … in setDynamicTextureMap()
353 m_dynamicTextureMaps.push_back(textureMap); in setDynamicTextureMap()
H A Dqquick3deffect.cpp466 void QQuick3DEffect::setDynamicTextureMap(QQuick3DTexture *textureMap, const QByteArray &name) in setDynamicTextureMap() argument
468 if (!textureMap) in setDynamicTextureMap()
474 if (*it == textureMap) in setDynamicTextureMap()
481 …updatePropertyListener(textureMap, nullptr, QQuick3DObjectPrivate::get(this)->sceneManager, name, … in setDynamicTextureMap()
485 m_dynamicTextureMaps.push_back(textureMap); in setDynamicTextureMap()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmaterialXFilter.h39 : textureMap(MaterialX::StringMap()), in MxHdInfo()
43 MaterialX::StringMap textureMap; member
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/label/
H A DLabelManager.java57 private final Map<Integer, Texture> textureMap = new ConcurrentHashMap<Integer, Texture>(); field in LabelManager
372 Texture texture = textureMap.get(label.getIdentifier()); in getTexture()
375 textureMap.put(label.getIdentifier(), texture); in getTexture()
400 Texture texture = textureMap.get(id); in dispose()
403 textureMap.remove(id); in dispose()
411 textureManager.dispose(textureMap.values()); in disposeAll()
412 textureMap.clear(); in disposeAll()
/dports/science/py-pymol/pymol-open-source-2.4.0/data/shaders/
H A Dscreen.fs6 uniform sampler2D textureMap;
13 vec4 fColor = texture2D(textureMap, textureLookup);
H A Dindicator.fs9 uniform sampler2D textureMap;
30 gl_FragColor = texture2D(textureMap, textureLookup + get_pointcoord() * textureScale);
H A Dlabel.fs8 uniform sampler2D textureMap;
24 gl_FragColor = texture2D(textureMap, textureLookup);
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/legend/
H A DLegendDrawer.java128 private Map<Integer, Texture> textureMap; field in LegendDrawer
146 textureMap = new ConcurrentHashMap<Integer, Texture>(); in LegendDrawer()
631 if (textureMap.containsKey(id)) { in update()
643 Texture texture = textureMap.get(id); in dispose()
646 textureMap.remove(id); in dispose()
661 textureManager.dispose(textureMap.values()); in disposeAll()
662 textureMap.clear(); in disposeAll()
672 Texture texture = textureMap.get(legend.getIdentifier()); in getTexture()
677 textureMap.put(legend.getIdentifier(), texture); in getTexture()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkGLTFExporter.cxx378 const char* fileName, bool inlineData, std::map<vtkUnsignedCharArray*, unsigned int>& textureMap) in WriteTexture() argument
402 if (textureMap.find(da) == textureMap.end()) in WriteTexture()
404 textureMap[da] = textures.size(); in WriteTexture()
433 textureSource = textureMap[da]; in WriteTexture()
533 std::map<vtkUnsignedCharArray*, unsigned int> textureMap; in WriteToStream() local
599 this->FileName, this->InlineData, textureMap); in WriteToStream()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/
H A DMemBlockInfo.cpp87 static MemSlabMap textureMap;
359 textureMap.Mark(info.start, info.size, info.ticks, info.pc, true, info.tag);
419 textureMap.Find(MemBlockFlags::TEXTURE, start, size, results);
435 textureMap.Find(MemBlockFlags::TEXTURE, start, size, results);
463 textureMap.Reset();
476 textureMap.DoState(p);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/
H A DMemBlockInfo.cpp87 static MemSlabMap textureMap; variable
359 textureMap.Mark(info.start, info.size, info.ticks, info.pc, true, info.tag); in FlushPendingMemInfo()
419 textureMap.Find(MemBlockFlags::TEXTURE, start, size, results); in FindMemInfo()
435 textureMap.Find(MemBlockFlags::TEXTURE, start, size, results); in FindMemInfoByFlag()
463 textureMap.Reset(); in MemBlockInfoShutdown()
476 textureMap.DoState(p); in MemBlockInfoDoState()

12