Searched refs:swapBytes (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 63 GLenum format, GLenum type, GLboolean swapBytes); 67 GLenum format, GLenum type, GLboolean swapBytes);
|
D | st_format.c | 1207 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format_noverify() argument 1209 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in st_choose_matching_format_noverify() 1231 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() argument 1234 enum pipe_format pformat = st_choose_matching_format_noverify(st, format, type, swapBytes); in st_choose_matching_format()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_stream.h | 127 void SetSwapBytes (bool swapBytes) in SetSwapBytes() argument 129 fSwapBytes = swapBytes; in SetSwapBytes()
|
/third_party/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()
|
/third_party/gptfdisk/ |
D | gpttext.cc | 348 int swapBytes; in ReverseName() local 354 swapBytes = (GetYN() == 'Y'); in ReverseName() 356 if (!swapBytes) in ReverseName()
|
/third_party/vk-gl-cts/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 2254 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) in readOutputData() 2255 swapBytes(outputType.size, m_outputBuffer); in readOutputData() 3550 if (m_unpackProperties.swapBytes) in testAllFormatsAndTypes() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.c | 1450 bool swapBytes, GLenum *error) in _mesa_format_matches_format_and_type() argument 1461 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in _mesa_format_matches_format_and_type()
|
D | formats.h | 740 bool swapBytes, GLenum *error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 803 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 328 void swapBytes(support::endianness Old, support::endianness New);
|