OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataReadOnly
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java
381
* the more convenient
getDataReadOnly
() if the buffer may be accessed
400
public Buffer
getDataReadOnly
() {
731
Buffer srcData =
getDataReadOnly
();
799
Buffer srcData =
getDataReadOnly
();
894
vb.updateData(BufferUtils.clone(
getDataReadOnly
()));
916
vb.data = BufferUtils.clone(
getDataReadOnly
());
968
Buffer roData =
getDataReadOnly
();
[
all
...]
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java
205
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 134 milliseconds