Home
last modified time | relevance | path

Searched refs:getCullFace (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DPolygonAttributes.java287 public int getCullFace() { in getCullFace() method in PolygonAttributes
292 return ((PolygonAttributesRetained)this.retained).getCullFace(); in getCullFace()
490 rt.initCullFace(attr.getCullFace()); in duplicateAttributes()
H A DPolygonAttributesRetained.java91 final int getCullFace() { in getCullFace() method in PolygonAttributesRetained
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESStateCacheManager.cpp193 GLenum GLESStateCacheManager::getCullFace() const in getCullFace() function in Ogre::GLESStateCacheManager
195 return mImp->getCullFace(); in getCullFace()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2StateCacheManager.cpp219 GLenum GLES2StateCacheManager::getCullFace() const in getCullFace() function in Ogre::GLES2StateCacheManager
221 return mImp->getCullFace(); in getCullFace()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLeaf.cxx43 cull_face = src -> getCullFace () ; in copy_from()
201 _ssgCurrentContext->setCullface ( getCullFace() ) ; in preDraw()
H A DssgSaveAC.cxx114 fprintf ( save_fd, "SURF 0x0%x\n", (! vt -> getCullFace () ) << 5 ) ; in ssgSaveLeaf()
H A DssgOptimiser.cxx569 int cf = l -> getCullFace() ; in ssgArrayTool()
666 int c = ((ssgLeaf *) k ) -> getCullFace() ; in ssgStripify()
707 ((ssgLeaf *) k ) -> getCullFace() == cflist [ i ] ) in ssgStripify()
H A DssgVTable.cxx457 if ( getCullFace() && plane [ 2 ] <= 0 ) in hot_triangles()
H A DssgVtxTable.cxx681 if ( getCullFace() && plane [ 2 ] <= 0 ) in hot_triangles()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLStateCacheManager.cpp235 GLenum GLStateCacheManager::getCullFace() const in getCullFace() function in Ogre::GLStateCacheManager
237 return mImp->getCullFace(); in getCullFace()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/scenegraph/io/state/javax/media/j3d/
H A DPolygonAttributesState.java65 out.writeInt( polyAttr.getCullFace() ); in writeObject()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/
H A DOgreGLESStateCacheManager.h214 GLenum getCullFace(void) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2StateCacheManager.h243 GLenum getCullFace(void) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/StateCacheManager/
H A DOgreGLESNullStateCacheManagerImp.h153 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
H A DOgreGLESStateCacheManagerImp.h186 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/StateCacheManager/
H A DOgreGLES2NullStateCacheManagerImp.h168 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
H A DOgreGLES2StateCacheManagerImp.h205 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusStateCacheManager.h226 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLStateCacheManager.h238 GLenum getCullFace(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/include/
H A DOgreGLStateCacheManager.h206 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/StateCacheManager/
H A DOgreGLNullStateCacheManagerImp.h187 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
H A DOgreGLStateCacheManagerImp.h225 GLenum getCullFace(void) const { return mCullFace; } in getCullFace() function
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Dobjects.cpp236 if (vt->getCullFace() == TRUE) { in ssgSaveLeaf()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DHomePieceOfFurniture3D.java932 int cullFace = polygonAttributes.getCullFace();
1103 backFaceNormalFlip ^ polygonAttributes.getCullFace() == PolygonAttributes.CULL_FRONT);
H A DOBJWriter.java471 cullFace = polygonAttributes.getCullFace(); in writeNode()

12