Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsms4ecby8cn.h72 static __ALIGN16 Ipp8u swapBytes[] = {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12}; variable
/external/dng_sdk/source/
Ddng_stream.h127 void SetSwapBytes (bool swapBytes) in SetSwapBytes()
/external/clang/unittests/Lex/
DHeaderMapTest.cpp38 void swapBytes() { in swapBytes() function
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c2180 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format()
/external/mesa3d/src/glx/
Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; in __glFillImage() local
/external/mesa3d/src/mesa/main/
Dformats.c1399 GLboolean swapBytes, GLenum *error) in _mesa_format_matches_format_and_type()
/external/llvm/lib/ProfileData/
DInstrProf.cpp547 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp684 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp577 int swapBytes; member
949 void RectangleTest::swapBytes(int typeSize, std::vector<GLbyte>& dataBuffer) in swapBytes() function in glcts::RectangleTest