Home
last modified time | relevance | path

Searched refs:texids (Results 1 – 20 of 20) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dlament.c1302 texture = lc->texids[FACE_N]; in taser()
1311 texture = lc->texids[FACE_U]; in taser()
1320 texture = lc->texids[FACE_S]; in taser()
1431 texture = lc->texids[FACE_S]; in taser()
1440 texture = lc->texids[FACE_D]; in taser()
1470 texture = lc->texids[FACE_D]; in taser()
1480 texture = lc->texids[FACE_N]; in taser()
1510 texture = lc->texids[FACE_D]; in taser()
1606 texture = lc->texids[FACE_S]; in taser()
1616 texture = lc->texids[FACE_D]; in taser()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_compat.cpp39 std::vector<int> texids; member in trpgShortMaterial
78 smat.texids.push_back(texId); in Read()
112 newMat.SetNumTexture(shortMat.texids.size()); in Read()
113 for (j=0;j<shortMat.texids.size();j++) { in Read()
117 newMat.SetTexture(j,shortMat.texids[j],texEnv); in Read()
149 sMat.texids.push_back(texId); in Write()
165 buf.Add((int)(sMat.texids.size())); in Write()
167 for (j=0;j<sMat.texids.size();j++) in Write()
168 buf.Add(sMat.texids[j]); in Write()
H A Dtrpage_material.cpp143 for (i=0;i<cmat.texids.size();i++) { in AddMaterial()
144 if (cmat.texids[i] != bm.texids[i]) in AddMaterial()
485 texids.resize(0); in Reset()
574 texids.resize(no); in SetNumTexture()
579 if (no < 0 || (unsigned int)no >= texids.size()) in SetTexture()
582 texids[no] = id; in SetTexture()
587 texids.push_back(id); in AddTexture()
672 buf.Add(texids[i]); in Write()
804 id = texids[no]; in GetTexture()
H A Dtrpage_geom.h522 std::vector<int> texids; variable
H A Dtrpage_print.cpp190 sprintf(ls,"texID[%d] = %d",i,texids[i]); buf.prnLine(ls); in Print()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_compat.cpp39 std::vector<int> texids; member in trpgShortMaterial
78 smat.texids.push_back(texId); in Read()
112 newMat.SetNumTexture(shortMat.texids.size()); in Read()
113 for (j=0;j<shortMat.texids.size();j++) { in Read()
117 newMat.SetTexture(j,shortMat.texids[j],texEnv); in Read()
149 sMat.texids.push_back(texId); in Write()
165 buf.Add((int)(sMat.texids.size())); in Write()
167 for (j=0;j<sMat.texids.size();j++) in Write()
168 buf.Add(sMat.texids[j]); in Write()
H A Dtrpage_material.cpp143 for (i=0;i<cmat.texids.size();i++) { in AddMaterial()
144 if (cmat.texids[i] != bm.texids[i]) in AddMaterial()
485 texids.resize(0); in Reset()
574 texids.resize(no); in SetNumTexture()
579 if (no < 0 || (unsigned int)no >= texids.size()) in SetTexture()
582 texids[no] = id; in SetTexture()
587 texids.push_back(id); in AddTexture()
672 buf.Add(texids[i]); in Write()
804 id = texids[no]; in GetTexture()
H A Dtrpage_geom.h522 std::vector<int> texids; variable
H A Dtrpage_print.cpp190 sprintf(ls,"texID[%d] = %d",i,texids[i]); buf.prnLine(ls); in GetChildRef()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Dchar_editor.c334 const GLuint *texids, const char *items, const int selected,
341 struct nk_context *ctx, Character *c, GLuint *texids,
720 GLuint texids[BODY_PART_COUNT]; in AddCharacterTextures() local
721 glGenTextures(BODY_PART_COUNT, texids); in AddCharacterTextures()
722 CArrayPushBack(&ec->texidsChars, &texids); in AddCharacterTextures()
760 GLuint *texids = CArrayGet(&ec->texidsChars, selectedIndex); in DeleteCharacter() local
761 glDeleteTextures(BODY_PART_COUNT, texids); in DeleteCharacter()
769 const GLuint *texids, const char *items, const int selected, in DrawClassSelection() argument
774 ctx, texids, items, '\0', selected, (int)len, ROW_HEIGHT, in DrawClassSelection()
811 struct nk_context *ctx, Character *c, GLuint *texids, in DrawCharacter() argument
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dlament.c254 GLuint texids[8]; /* texture map IDs */ member
471 glBindTexture (GL_TEXTURE_2D, lc->texids[countof(lc->texids) - 1]); in leviathan()
796 glBindTexture (GL_TEXTURE_2D, lc->texids[face]); in lament_sphere()
1576 for (i = 0; i < countof(lc->texids); i++) in gl_init()
1577 glGenTextures(1, &lc->texids[i]); in gl_init()
1586 for (i = 0; i < countof(lc->texids); i++) in gl_init()
1589 glBindTexture(GL_TEXTURE_2D, lc->texids[i]); in gl_init()
1642 (outerp ? lc->texids[face-1] : in gl_init()
1643 blackp ? 0 : lc->texids[6])); in gl_init()
1796 for (i = 0; i < countof(lc->texids); i++) in free_lament()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dml_shared_data_context.cpp103 std::vector<GLuint> texids; in deAllocateTexturesPerMesh() local
106 texids.push_back(man->textureIDContainer()[ii]); in deAllocateTexturesPerMesh()
109 for (auto tex : texids) in deAllocateTexturesPerMesh()
112 glDeleteTextures(texids.size(), texids.data()); in deAllocateTexturesPerMesh()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dgfx_opengl.cpp1438 GLuint *texids = new GLuint[numLines]; in createTextObject() local
1439 glGenTextures(numLines, texids); in createTextObject()
1451 glBindTexture(GL_TEXTURE_2D, texids[i]); in createTextObject()
1462 ud->_texids = texids; in createTextObject()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/protobuf/
H A DLayerScopePacket.pb.h2447 inline ::google::protobuf::uint32 texids(int index) const;
2451 texids() const;
5365 inline ::google::protobuf::uint32 DrawPacket::texids(int index) const { in texids() function
5378 DrawPacket::texids() const { in texids() function
H A DLayerScopePacket.pb.cc5896 7, this->texids(i), output);
5959 UInt32Size(this->texids(i));
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/protobuf/
H A DLayerScopePacket.pb.h2781 ::google::protobuf::uint32 texids(int index) const;
2785 texids() const;
5757 inline ::google::protobuf::uint32 DrawPacket::texids(int index) const { in texids() function
5770 DrawPacket::texids() const { in texids() function
H A DLayerScopePacket.pb.cc8563 7, this->texids(i), output); in SerializeWithCachedSizes()
8918 ::google::protobuf::uint32 DrawPacket::texids(int index) const { in texids() function in mozilla::layers::layerscope::DrawPacket
8931 DrawPacket::texids() const { in texids() function in mozilla::layers::layerscope::DrawPacket
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/protobuf/
H A DLayerScopePacket.pb.h3577 ::PROTOBUF_NAMESPACE_ID::uint32 texids(int index) const;
3581 texids() const;
7246 inline ::PROTOBUF_NAMESPACE_ID::uint32 DrawPacket::texids(int index) const { in texids() function
7266 DrawPacket::texids() const { in texids() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/protobuf/
H A DLayerScopePacket.pb.h3577 ::PROTOBUF_NAMESPACE_ID::uint32 texids(int index) const;
3581 texids() const;
7246 inline ::PROTOBUF_NAMESPACE_ID::uint32 DrawPacket::texids(int index) const { in texids() function
7266 DrawPacket::texids() const { in texids() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/protobuf/
H A DLayerScopePacket.pb.h3577 ::PROTOBUF_NAMESPACE_ID::uint32 texids(int index) const;
3581 texids() const;
7246 inline ::PROTOBUF_NAMESPACE_ID::uint32 DrawPacket::texids(int index) const { in texids() function
7266 DrawPacket::texids() const { in texids() function