Home
last modified time | relevance | path

Searched refs:unbindBuffer (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTextureBuffer.cpp118 textureBufferObject->unbindBuffer(GL_TEXTURE_BUFFER); in apply()
159 textureBufferObject->unbindBuffer(GL_TEXTURE_BUFFER); in apply()
186 textureBufferObject->unbindBuffer(target); in unbindBufferAs()
203 void TextureBuffer::TextureBufferObject::unbindBuffer(GLenum target) in unbindBuffer() function in TextureBuffer::TextureBufferObject
H A DBufferObject.cpp1497 void PixelDataBufferObject::unbindBuffer(unsigned int contextID) const in unbindBuffer() function in PixelDataBufferObject
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/audioengine/
H A Dqsoundsource_openal_p.cpp84 unbindBuffer(); in release()
93 unbindBuffer(); in bindBuffer()
100 void QSoundSourcePrivate::unbindBuffer() in unbindBuffer() function in QSoundSourcePrivate
H A Dqsoundsource_p.h92 virtual void unbindBuffer() = 0;
H A Dqaudioengine_openal_p.h147 void unbindBuffer() override;
H A Dqsoundinstance_p.cpp226 m_soundSource->unbindBuffer(); in detach()
H A Dqaudioengine_openal_p.cpp295 privInstance->unbindBuffer(); in releaseSoundSource()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DTextureBuffer120 void unbindBuffer(GLenum target);
H A DBufferObject205 inline void unbindBuffer()
704 virtual void unbindBuffer(unsigned int contextID) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DBufferObject214 inline void unbindBuffer()
720 virtual void unbindBuffer(unsigned int contextID) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBufferObject.cpp1514 void PixelDataBufferObject::unbindBuffer(unsigned int contextID) const in unbindBuffer() function in PixelDataBufferObject
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog27576 The new class require the unbindBuffer method from the base class BufferObject to be virtual, which…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog38142 The new class require the unbindBuffer method from the base class BufferObject to be virtual, which…