Uses of Class
com.openinventor.inventor.devices.SoGLBufferObject
Packages that use SoGLBufferObject
-
Uses of SoGLBufferObject in com.openinventor.ldm.tiles
Methods in com.openinventor.ldm.tiles with parameters of type SoGLBufferObjectModifier and TypeMethodDescriptionvoidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferBitSet.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferCompressed.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferFromVolumeReader.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode) Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition) Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).voidSoCpuBufferUniform.map(SoGLBufferObject targetBufferObject, SoBufferObject.AccessModes accessMode, long startPosition, long mappingSize) Map the current buffer object into the specified GL buffer object.voidSoCpuBufferBitSet.unmap(SoGLBufferObject bufferObject) Unmap the specified GL buffer object
It is defined just to speed up the call when the type of the object is known.voidSoCpuBufferCompressed.unmap(SoGLBufferObject bufferObject) Unmap the specified GL buffer object
It is defined just to speed up the call when the type of the object is known.voidSoCpuBufferFromVolumeReader.unmap(SoGLBufferObject bufferObject) Unmap the specified GL buffer object
It is defined just to speed up the call when the type of the object is known.voidSoCpuBufferUniform.unmap(SoGLBufferObject bufferObject) Unmap the specified GL buffer object
It is defined just to speed up the call when the type of the object is known.