Home
last modified time | relevance | path

Searched refs:shademodel (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DShadeModel.cpp29 ShadeModel& shademodel = static_cast<ShadeModel&>(obj); in ShadeModel_readLocalData() local
35 shademodel.setMode(ShadeModel::FLAT); in ShadeModel_readLocalData()
41 shademodel.setMode(ShadeModel::SMOOTH); in ShadeModel_readLocalData()
54 const ShadeModel& shademodel = static_cast<const ShadeModel&>(obj); in ShadeModel_writeLocalData() local
56 switch(shademodel.getMode()) in ShadeModel_writeLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DShadeModel.cpp29 ShadeModel& shademodel = static_cast<ShadeModel&>(obj); in ShadeModel_readLocalData() local
35 shademodel.setMode(ShadeModel::FLAT); in ShadeModel_readLocalData()
41 shademodel.setMode(ShadeModel::SMOOTH); in ShadeModel_readLocalData()
54 const ShadeModel& shademodel = static_cast<const ShadeModel&>(obj); in ShadeModel_writeLocalData() local
56 switch(shademodel.getMode()) in ShadeModel_writeLocalData()
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A DpseudoDen.tcl42 -shademodel $pDen(0,shademodel) \
83 set pDen($ind,shademodel) $pDen(shademodel)
351 set all(shademodel) {
369 foreach var {type radius colorscheme drawstyle shademodel surfacetype tessellation normals} {
401 -shademodel $pDen($ind,shademodel) \
432 -shademodel $pDen($ind,shademodel) \
H A DisoRender.tcl250 …xc_iso polygonise -algorithm $isosurf(tessellation_type) -shademodel $isosurf(shade_model) -normal…
255 -shademodel $isosurf(shade_model) \
H A DxcInit.tcl229 set pDen(shademodel) smooth
/dports/graphics/openrm/rm160/rm/
H A Drmogl.c695 if ( ((s->shademodel == RM_SHADER_NOLIGHT) || (nnormals == 0)) && in private_lightingStateManip()
927 if (s->shademodel != RM_SHADER_SMOOTH) in private_glStateCheck()
935 if ((s->shademodel != RM_SHADER_FLAT) && (s->shademodel != RM_SHADER_NOLIGHT)) in private_glStateCheck()
H A Drmrstate.c321 return(s->shademodel); in rmStateGetShader()
H A Drmnode.c3300 if (n->rprops->shademodel == NULL) in rmNodeSetShader()
3301 n->rprops->shademodel = private_rmEnumNew(1); in rmNodeSetShader()
3303 *(n->rprops->shademodel) = newMode; in rmNodeSetShader()
3351 if (n->rprops == NULL || n->rprops->shademodel == NULL) in rmNodeGetShader()
3353 *shaderReturn = *(n->rprops->shademodel); in rmNodeGetShader()
6006 if (n->rprops->shademodel != NULL) in private_rmNodeComputeAttribMask()
H A Drmcmpmgr.c672 if (r->rprops->shademodel != NULL) in private_rmNodeDelete()
673 free((void *)(r->rprops->shademodel)); in private_rmNodeDelete()
H A Drmframe.c2157 if (r->rprops->shademodel) in private_setRenderProps()
2161 switch(*(r->rprops->shademodel)) in private_setRenderProps()
2184 s->shademodel = *(r->rprops->shademodel); in private_setRenderProps()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/camera/
H A Dcontext.cc157 GLint shademodel; in UpdatePage() local
167 glGetIntegerv(GL_SHADE_MODEL, &shademodel); in UpdatePage()
168 shade = shademodel == GL_SMOOTH; in UpdatePage()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcMolSurf.c80 mols->dispt.shademodel = GL_SMOOTH; in NewMolSurf()
324 mols->dispt.shademodel = GL_SMOOTH; in XC_MolSurfConfigCmd()
326 mols->dispt.shademodel = GL_FLAT; in XC_MolSurfConfigCmd()
423 mols->tessellation_algorithm, mols->dispt.shademodel, mols->normals_algorithm); in XC_MolSurfConfigCmd()
595 mols->dispt.shademodel = GL_SMOOTH; in XC_MolSurfCmd()
597 mols->dispt.shademodel = GL_FLAT; in XC_MolSurfCmd()
793 mols->tessellation_algorithm, mols->dispt.shademodel, mols->normals_algorithm); in XC_MolSurfCmd()
H A Disorender.c66 if ( shade_model != isoDisp.shademodel ) { in xcRenderIsosurf()
68 glShadeModel( isoDisp.shademodel ); in xcRenderIsosurf()
545 if ( shade_model != m->dispt.shademodel ) { in xcRenderSurface()
547 glShadeModel( m->dispt.shademodel ); in xcRenderSurface()
H A DcrySurfArgs.c212 mols->dispt.shademodel = GL_SMOOTH; in Codec()
214 mols->dispt.shademodel = GL_FLAT; in Codec()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/
H A DParallelSplitShadowMap.cpp430 …osg::ShadeModel* shademodel = dynamic_cast<osg::ShadeModel*>(stateset->getAttribute(osg::StateAttr… in init() local
431 if (!shademodel){shademodel = new osg::ShadeModel;stateset->setAttribute(shademodel);} in init()
432 shademodel->setMode( osg::ShadeModel::FLAT ); in init()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/
H A DParallelSplitShadowMap.cpp387 …osg::ShadeModel* shademodel = dynamic_cast<osg::ShadeModel*>(stateset->getAttribute(osg::StateAttr… in init() local
388 if (!shademodel){shademodel = new osg::ShadeModel;stateset->setAttribute(shademodel);} in init()
389 shademodel->setMode( osg::ShadeModel::FLAT ); in init()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/rogue/
H A Drogue_build_data.c94 data.shademodel = ROGUE_PDSINST_DOUTI_SHADEMODEL_GOURUAD; in reserve_iterator()
99 data.shademodel = ROGUE_PDSINST_DOUTI_SHADEMODEL_GOURUAD; in reserve_iterator()
/dports/graphics/openrm/rm160/include/rm/
H A Drmtypes.h485 RMenum shademodel; member
538 RMenum *shademodel; /* shade? [RM_SHADER_SMOOTH, RM_SHADER_FLAT, RM_SHADER_NOLIGHT] */ member
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.h104 shademodel, // 0x50 member
337 GEShadeMode getShadeMode() const { return static_cast<GEShadeMode>(shademodel & 1); } in getShadeMode()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h104 shademodel, // 0x50 member
337 GEShadeMode getShadeMode() const { return static_cast<GEShadeMode>(shademodel & 1); } in getShadeMode()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h104 shademodel, // 0x50 member
337 GEShadeMode getShadeMode() const { return static_cast<GEShadeMode>(shademodel & 1); } in getShadeMode()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pfb/
H A DConvertFromPerformer.cpp965 …osg::ShadeModel* shademodel = dynamic_cast<osg::ShadeModel*>(stateset->getAttribute(osg::StateAttr… in visitGeoSet() local
966 if (!shademodel) in visitGeoSet()
968 shademodel = new osg::ShadeModel; in visitGeoSet()
969 stateset->setAttribute(shademodel); in visitGeoSet()
971 shademodel->setMode( osg::ShadeModel::FLAT ); in visitGeoSet()
/dports/science/xcrysden/xcrysden-1.6.2/examples/Scripting/
H A DZnS_molsurf.xcrysden838shademodel smooth 1,drawstyle solid 0,level 1.0 0,monocolor {0.8 0.8 0.2} 1,smoothsteps 0 1,smooth…
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/fs/
H A DFS_Main.tcl650 -shademodel $fs($spin,$i,shademodel) \
678 -shademodel $fs($spin,$i,shademodel) \
725 -shademodel $fs($spin,$i,shademodel) \
752 -shademodel $fs($spin,$i,shademodel) \
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/gl/
H A DhwPortUtil.c1677 shademodel(GOURAUD); in _dxf_DrawOpaque()
1679 shademodel(FLAT); in _dxf_DrawOpaque()
1941 shademodel(GOURAUD); in _dxf_DrawTranslucent()
1943 shademodel(FLAT); in _dxf_DrawTranslucent()

12