/external/mesa3d/src/mesa/main/ |
D | formats.c | 1399 GLboolean swapBytes, GLenum *error) in _mesa_format_matches_format_and_type() argument 1424 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes) in _mesa_format_matches_format_and_type() 1427 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes) in _mesa_format_matches_format_and_type() 1434 && !swapBytes) in _mesa_format_matches_format_and_type() 1438 && swapBytes) in _mesa_format_matches_format_and_type() 1449 !swapBytes) in _mesa_format_matches_format_and_type() 1452 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes) in _mesa_format_matches_format_and_type() 1459 !swapBytes) in _mesa_format_matches_format_and_type() 1463 swapBytes) in _mesa_format_matches_format_and_type() 1474 !swapBytes) in _mesa_format_matches_format_and_type() [all …]
|
D | formats.h | 766 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 | 65 GLenum format, GLenum type, GLboolean swapBytes);
|
D | st_format.c | 2180 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() argument 2197 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/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpsms4ecby8cn.h | 72 static __ALIGN16 Ipp8u swapBytes[] = {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12}; variable
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 577 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 684 void ValueProfRecord::swapBytes(support::endianness Old, in swapBytes() function in llvm::ValueProfRecord 791 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost() 805 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);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 324 void swapBytes(support::endianness Old, support::endianness New);
|