Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_stream.h127 void SetSwapBytes (bool swapBytes) in SetSwapBytes() argument
129 fSwapBytes = swapBytes; in SetSwapBytes()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h67 GLenum format, GLenum type, GLboolean swapBytes);
Dst_format.c1216 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() argument
1220 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in st_choose_matching_format()
/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/clang/unittests/Lex/
DHeaderMapTest.cpp38 void swapBytes() { in swapBytes() function
132 File.swapBytes(); in TEST()
/external/llvm-project/clang/unittests/Lex/
DHeaderMapTest.cpp37 void swapBytes() { in swapBytes() function
131 File.swapBytes(); in TEST()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp577 int swapBytes; member
695 void swapBytes(int typeSize, std::vector<GLbyte>& dataBuffer);
901 m_initialPackProperties.swapBytes = 0; in resetInitialStorageModes()
910 m_initialUnpackProperties.swapBytes = 0; in resetInitialStorageModes()
941 gl.pixelStorei(GL_PACK_SWAP_BYTES, pp.swapBytes); in applyInitialStorageModes()
944 gl.pixelStorei(GL_UNPACK_SWAP_BYTES, up.swapBytes); in applyInitialStorageModes()
949 void RectangleTest::swapBytes(int typeSize, std::vector<GLbyte>& dataBuffer) in swapBytes() function in glcts::RectangleTest
2246 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) in readOutputData()
2247 swapBytes(outputType.size, m_outputBuffer); in readOutputData()
3543 if (m_unpackProperties.swapBytes) in testAllFormatsAndTypes()
[all …]
/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/mesa3d/src/mesa/main/
Dformats.c1446 bool swapBytes, GLenum *error) in _mesa_format_matches_format_and_type() argument
1457 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in _mesa_format_matches_format_and_type()
Dformats.h740 bool swapBytes, GLenum *error);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp803 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord
910 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
924 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp808 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord
915 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
929 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);
/external/compiler-rt/lib/profile/
DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc328 void swapBytes(support::endianness Old, support::endianness New);
/external/llvm-project/compiler-rt/include/profile/
DInstrProfData.inc343 void swapBytes(support::endianness Old, support::endianness New);
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc343 void swapBytes(support::endianness Old, support::endianness New);