Home
last modified time | relevance | path

Searched defs:swapBytes (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
DOGGLoader.java232 private static void swapBytes(byte[] b, int off, int len) { in swapBytes() method in OGGLoader
/external/mesa3d/src/glx/
Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; in __glFillImage() local
/external/mesa3d/src/mesa/main/
Dformats.c2548 GLboolean swapBytes) in _mesa_format_matches_format_and_type()
Dpack.c3133 GLboolean swapBytes) in extract_float_rgba()
3744 GLboolean swapBytes) in extract_uint_rgba()
Dtexstore.c821 byteswap_mapping( GLboolean swapBytes, in byteswap_mapping()