Home
last modified time | relevance | path

Searched defs:textureUnit (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DPostProcess.cpp11 void PostProcess::activateRTAsTexture(std::size_t idx, GLuint textureUnit) in activateRTAsTexture()
20 void PostProcess::activateTexture(std::size_t idx, GLuint textureUnit) in activateTexture()
109 void OIT_PostProcess::activateRTAsTexture(std::size_t idx, GLuint textureUnit) in activateRTAsTexture()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGTextureStateAttributeVisitor.cxx35 SGTextureStateAttributeVisitor::apply(int textureUnit, osg::StateSet::RefAttributePair& refAttr) in apply()
40 SGTextureStateAttributeVisitor::apply(int textureUnit, osg::StateSet::AttributeList& attrList) in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRMaterials.cpp178 unsigned int textureUnit(0); in processBindMaterial() local
359 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
375 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
433 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
449 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
505 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
521 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
549 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
1299 …ry* clonedGeometry, const domInstance_material* im, TextureUnitUsage tuu, unsigned int textureUnit) in copyTextureCoordinateSet()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRMaterials.cpp178 unsigned int textureUnit(0); in processBindMaterial() local
359 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
375 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
433 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
449 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
505 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? AMBIENT_OCCLUSION_UNIT : 0); in processProfileCOMMON() local
521 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
549 … unsigned int textureUnit( _pluginOptions.usePredefinedTextureUnits ? MAIN_TEXTURE_UNIT : 0); in processProfileCOMMON() local
1305 …ry* clonedGeometry, const domInstance_material* im, TextureUnitUsage tuu, unsigned int textureUnit) in copyTextureCoordinateSet()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/glsl/
H A DGLSLTextureRaster.java47 private final int textureUnit; field in GLSLTextureRaster
55 public GLSLTextureRaster(final int textureUnit, final boolean textureVertFlipped) { in GLSLTextureRaster()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/
H A DTextureDraw01ES2Listener.java54 int textureUnit; field in TextureDraw01ES2Listener
68 public TextureDraw01ES2Listener(final TextureData td, final int textureUnit) { in TextureDraw01ES2Listener()
H A DTextureDraw02ES2ListenerFBO.java53 int textureUnit; field in TextureDraw02ES2ListenerFBO
68 …reDraw02ES2ListenerFBO(final GLEventListener demo, final int swapInterval, final int textureUnit) { in TextureDraw02ES2ListenerFBO()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderimagetexture_p.h112 qint32 textureUnit() const { return m_textureUnit; } in textureUnit() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DTexGenNode.cpp30 unsigned int textureUnit = 0; in TexGenNode_readLocalData() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DTexMat.cpp31 bool matched = true; in TexGenNode_readLocalData()
32 for(int k=0;k<16 && matched;++k) in TexGenNode_readLocalData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DProgramExecutable.cpp193 for (GLint textureUnit : samplerBinding.boundTextureUnits) in updateActiveSamplers() local
255 for (GLuint textureUnit : binding.boundTextureUnits) in setSamplerUniformTextureTypeAndFormat() local
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/
H A DImageSequence.java48 private final int textureUnit; field in ImageSequence
57 public ImageSequence(final int textureUnit, final boolean useBuildInTexLookup) { in ImageSequence()
H A DTextureState.java114 …public TextureState(final GL gl, final int textureUnit, final int textureTarget) throws GLExceptio… in TextureState()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoVertexProperty.h73 SoMFInt32 textureUnit; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DProgramExecutable.cpp290 for (GLint textureUnit : samplerBinding.boundTextureUnits) in updateActiveSamplers() local
351 for (GLuint textureUnit : binding.boundTextureUnits) in setSamplerUniformTextureTypeAndFormat() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DProgramExecutable.cpp290 for (GLint textureUnit : samplerBinding.boundTextureUnits) in updateActiveSamplers() local
351 for (GLuint textureUnit : binding.boundTextureUnits) in setSamplerUniformTextureTypeAndFormat() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgspotlight/
H A Dosgspotlight.cpp71 osg::StateSet* createSpotLightDecoratorState(unsigned int lightNum, unsigned int textureUnit) in createSpotLightDecoratorState()
100 …position, const osg::Vec3& direction, float angle, unsigned int lightNum, unsigned int textureUnit) in createSpotLightNode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgspotlight/
H A Dosgspotlight.cpp71 osg::StateSet* createSpotLightDecoratorState(unsigned int lightNum, unsigned int textureUnit) in createSpotLightDecoratorState()
100 …position, const osg::Vec3& direction, float angle, unsigned int lightNum, unsigned int textureUnit) in createSpotLightNode()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rm/
H A Dglstateholder.h84 static int textureUnit; variable
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/render/backend/
H A DOpenGLShaderPass.cpp40 void OpenGLShaderPass::setTextureState (GLint& current, const GLint& texture, GLenum textureUnit) in setTextureState()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/d3d9/
H A Dmodel_renderer_d3d9.cpp124 int textureUnit= 0; in renderMesh() local
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/stereo/
H A DStereoDevice.java249 … final FovHVHalves[] eyeFov, final float pixelsPerDisplayPixel, final int textureUnit); in createRenderer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/opengl/
H A Dgen_call_log_wrapper.py44 def textureUnit (name): function
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/ui/
H A DGLEventListenerButton.java60 final float width, final float height, final int textureUnit, in GLEventListenerButton()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DStream.h126 EGLint textureUnit; member

12345678910>>...12