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

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1256 int attachment = convertAttachmentSlot(rb.getSlot());
1383 private int convertAttachmentSlot(int attachmentSlot) { method in class:LwjglRenderer
1407 convertAttachmentSlot(rb.getSlot()),
1425 convertAttachmentSlot(rb.getSlot()),
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java1444 private int convertAttachmentSlot(int attachmentSlot) { method in class:OGLESShaderRenderer
1445 logger.warning("convertAttachmentSlot is not supported.");
1449 private int convertAttachmentSlot(int attachmentSlot){
1472 convertAttachmentSlot(rb.getSlot()),
1495 convertAttachmentSlot(rb.getSlot()),

Completed in 147 milliseconds