Searched refs:swapBytes (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | formats.c | 2548 GLboolean swapBytes) in _mesa_format_matches_format_and_type() argument 2568 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type() 2571 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 2578 && !swapBytes) in _mesa_format_matches_format_and_type() 2582 && swapBytes) in _mesa_format_matches_format_and_type() 2592 !swapBytes) in _mesa_format_matches_format_and_type() 2595 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type() 2602 !swapBytes) in _mesa_format_matches_format_and_type() 2606 swapBytes) in _mesa_format_matches_format_and_type() 2616 !swapBytes) in _mesa_format_matches_format_and_type() [all …]
|
D | pack.c | 3133 GLboolean swapBytes) in extract_float_rgba() argument 3213 else if (swapBytes) { \ in extract_float_rgba() 3339 if (swapBytes) { in extract_float_rgba() 3369 if (swapBytes) { in extract_float_rgba() 3397 if (swapBytes) { in extract_float_rgba() 3425 if (swapBytes) { in extract_float_rgba() 3453 if (swapBytes) { in extract_float_rgba() 3481 if (swapBytes) { in extract_float_rgba() 3506 if (swapBytes) { in extract_float_rgba() 3552 if (swapBytes) { in extract_float_rgba() [all …]
|
D | formats.h | 351 GLboolean swapBytes);
|
D | texstore.c | 821 byteswap_mapping( GLboolean swapBytes, in byteswap_mapping() argument 824 if (!swapBytes) in byteswap_mapping()
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
D | OGGLoader.java | 113 swapBytes(buf, offset, bytesRead); in read() 218 swapBytes(dataBytes, 0, dataBytes.length); in readToBuffer() 232 private static void swapBytes(byte[] b, int off, int len) { in swapBytes() method in OGGLoader
|
/external/dng_sdk/source/ |
D | dng_stream.h | 127 void SetSwapBytes (bool swapBytes) in SetSwapBytes() argument 129 fSwapBytes = swapBytes; in SetSwapBytes()
|
/external/mesa3d/src/glx/ |
D | pixel.c | 175 GLint swapBytes = state->storeUnpack.swapEndian; in __glFillImage() local 202 swapBytes = 0; in __glFillImage() 215 if (swapBytes) { in __glFillImage()
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 360 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord 463 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 476 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 220 void swapBytes(support::endianness Old, support::endianness New);
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 220 void swapBytes(support::endianness Old, support::endianness New);
|