Home
last modified time | relevance | path

Searched refs:swapBytes (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c1510 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 …]
Dformats.h763 GLboolean swapBytes, GLenum *error);
/external/dng_sdk/source/
Ddng_stream.h127 void SetSwapBytes (bool swapBytes) in SetSwapBytes() argument
129 fSwapBytes = swapBytes; in SetSwapBytes()
/external/mesa3d/src/glx/
Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; in __glFillImage() local
202 swapBytes = 0; in __glFillImage()
215 if (swapBytes) { in __glFillImage()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h66 GLenum format, GLenum type, GLboolean swapBytes);
Dst_format.c2161 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() argument
2178 swapBytes, NULL)) { in st_choose_matching_format()
/external/clang/unittests/Lex/
DHeaderMapTest.cpp38 void swapBytes() { in swapBytes() function
132 File.swapBytes(); in TEST()
/external/llvm/lib/ProfileData/
DInstrProf.cpp547 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/
DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);