/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.h | 63 GLenum format, GLenum type, GLboolean swapBytes); 67 GLenum format, GLenum type, GLboolean swapBytes);
|
H A D | st_format.c | 1199 * Given an OpenGL user-requested format and type, and swapBytes state, 1207 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format_noverify() 1209 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in st_choose_matching_format_noverify() 1223 * Given an OpenGL user-requested format and type, and swapBytes state, 1231 GLenum format, GLenum type, GLboolean swapBytes) in st_choose_matching_format() 1234 enum pipe_format pformat = st_choose_matching_format_noverify(st, format, type, swapBytes); in st_choose_matching_format() 1206 st_choose_matching_format_noverify(struct st_context *st, GLenum format, GLenum type, GLboolean swapBytes) st_choose_matching_format_noverify() argument 1230 st_choose_matching_format(struct st_context *st, unsigned bind, GLenum format, GLenum type, GLboolean swapBytes) st_choose_matching_format() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_stream.h | 124 /// \param swapBytes If true, stream will swap byte order on input or 127 void SetSwapBytes (bool swapBytes) in SetSwapBytes() argument 129 fSwapBytes = swapBytes; in SetSwapBytes()
|
/third_party/mesa3d/src/glx/ |
H A 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/ |
H A D | gpttext.cc | 370 int swapBytes; in ReverseName() local 376 swapBytes = (GetYN() == 'Y'); in ReverseName() 378 if (!swapBytes) in ReverseName()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A 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 978 TCU_FAIL("Invalid size for swapBytes"); in swapBytes() 2261 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) 2262 swapBytes(outputTyp [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A 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/mesa3d/src/mesa/main/ |
H A D | formats.c | 1442 * \param swapBytes typically the current pixel pack/unpack byteswap state 1450 bool swapBytes, GLenum *error) in _mesa_format_matches_format_and_type() 1461 if (swapBytes && !_mesa_swap_bytes_in_type_enum(&type)) in _mesa_format_matches_format_and_type() 1448 _mesa_format_matches_format_and_type(mesa_format mformat, GLenum format, GLenum type, bool swapBytes, GLenum *error) _mesa_format_matches_format_and_type() argument
|
H A D | formats.h | 740 bool swapBytes, GLenum *error);
|