Searched refs:swapBytes (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | formats.c | 1510 GLboolean swapBytes, GLenum *error) in _mesa_format_matches_format_and_type() argument 1535 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type() 1538 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 1545 && !swapBytes) in _mesa_format_matches_format_and_type() 1549 && swapBytes) in _mesa_format_matches_format_and_type() 1560 !swapBytes) in _mesa_format_matches_format_and_type() 1563 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type() 1570 !swapBytes) in _mesa_format_matches_format_and_type() 1574 swapBytes) in _mesa_format_matches_format_and_type() 1585 !swapBytes) in _mesa_format_matches_format_and_type() [all …]
|
D | formats.h | 763 GLboolean swapBytes, GLenum *error);
|
/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/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 66 GLenum format, GLenum type, GLboolean swapBytes);
|
D | st_format.c | 2161 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() argument 2178 swapBytes, NULL)) { in st_choose_matching_format()
|
/external/clang/unittests/Lex/ |
D | HeaderMapTest.cpp | 38 void swapBytes() { in swapBytes() function 132 File.swapBytes(); in TEST()
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 547 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord 650 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 663 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 287 void swapBytes(support::endianness Old, support::endianness New);
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 287 void swapBytes(support::endianness Old, support::endianness New);
|