Searched refs:getDataReadOnly (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java381 * the more convenient getDataReadOnly() if the buffer may be accessed
400 public Buffer getDataReadOnly() { method in class:VertexBuffer
731 Buffer srcData = getDataReadOnly();
799 Buffer srcData = getDataReadOnly();
894 vb.updateData(BufferUtils.clone(getDataReadOnly()));
916 vb.data = BufferUtils.clone(getDataReadOnly());
968 Buffer roData = getDataReadOnly();
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DGeometryBatchFactory.java205 FloatBuffer inPos = (FloatBuffer) inBuf.getDataReadOnly();
209 FloatBuffer inPos = (FloatBuffer) inBuf.getDataReadOnly();
213 FloatBuffer inPos = (FloatBuffer) inBuf.getDataReadOnly();
258 ShortBuffer buffer = (ShortBuffer) g.getMesh().getLodLevel(i).getDataReadOnly();

Completed in 78 milliseconds