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

/external/mesa3d/src/mesa/main/
H A Dformats.c1502 * \param swapBytes typically the current pixel pack/unpack byteswap state
1510 GLboolean swapBytes, GLenum *error)
1535 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && !swapBytes)
1538 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8_REV && swapBytes)
1545 && !swapBytes)
1549 && swapBytes)
1560 !swapBytes)
1563 if (format == GL_RGBA && type == GL_UNSIGNED_INT_8_8_8_8 && swapBytes)
1570 !swapBytes)
1574 swapBytes)
1508 _mesa_format_matches_format_and_type(mesa_format mesa_format, GLenum format, GLenum type, GLboolean swapBytes, GLenum *error) argument
[all...]
H A Dformats.h763 GLboolean swapBytes, GLenum *error);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.h66 GLenum format, GLenum type, GLboolean swapBytes);
H A Dst_format.c2153 * Given an OpenGL user-requested format and type, and swapBytes state,
2161 GLenum format, GLenum type, GLboolean swapBytes)
2178 swapBytes, NULL)) {
2160 st_choose_matching_format(struct st_context *st, unsigned bind, GLenum format, GLenum type, GLboolean swapBytes) argument
/external/dng_sdk/source/
H A Ddng_stream.h124 /// \param swapBytes If true, stream will swap byte order on input or
127 void SetSwapBytes (bool swapBytes) argument
129 fSwapBytes = swapBytes;
/external/clang/unittests/Lex/
H A DHeaderMapTest.cpp38 void swapBytes() { function in struct:__anon3388::MapFile
132 File.swapBytes();
/external/mesa3d/src/glx/
H A Dpixel.c175 GLint swapBytes = state->storeUnpack.swapEndian; local
202 swapBytes = 0;
215 if (swapBytes) {
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp547 void ValueProfRecord::swapBytes(support::endianness Old, function in class:llvm::ValueProfRecord
650 VR->swapBytes(Endianness, getHostEndianness());
663 VR->swapBytes(getHostEndianness(), Endianness);
/external/compiler-rt/lib/profile/
H A DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);
/external/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc287 void swapBytes(support::endianness Old, support::endianness New);

Completed in 2023 milliseconds