HomeSort by relevance Sort by last modified time
    Searched full:swapbytes (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/src/mesa/main/
formats.c     [all...]
pack.c 328 if (unpack->SwapBytes) {
345 if (unpack->SwapBytes) {
362 if (unpack->SwapBytes) {
379 if (unpack->SwapBytes) {
396 if (unpack->SwapBytes) {
414 if (unpack->SwapBytes) {
431 if (unpack->SwapBytes) {
448 if (unpack->SwapBytes) {
539 !srcPacking->SwapBytes) {
651 if (dstPacking->SwapBytes) {
    [all...]
pixelstore.c 48 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE;
132 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE;
244 ctx->Pack.SwapBytes = GL_FALSE;
259 ctx->Unpack.SwapBytes = GL_FALSE;
281 ctx->DefaultPacking.SwapBytes = GL_FALSE;
texcompress_s3tc.c 136 srcPacking->SwapBytes) {
193 srcPacking->SwapBytes) {
251 srcPacking->SwapBytes) {
308 srcPacking->SwapBytes) {
readpix.c 204 packing->SwapBytes, NULL)) {
274 if (packing->SwapBytes)
615 if (packing->SwapBytes) {
832 !scaleOrBias && !stencilTransfer && !packing->SwapBytes) {
    [all...]
texgetimage.c 157 if (ctx->Pack.SwapBytes) {
251 if (!ctx->Pack.SwapBytes)
254 else if (ctx->Pack.SwapBytes) {
373 if (ctx->Pack.SwapBytes) {
546 if (ctx->Pack.SwapBytes)
631 ctx->Pack.SwapBytes, NULL);
    [all...]
  /system/chre/apps/chqts/src/shared/
nano_endian.cc 21 void swapBytes(uint8_t *bytes, size_t size) {
nano_endian.h 48 void swapBytes(uint8_t *bytes, size_t size);
58 swapBytes(reinterpret_cast<uint8_t*>(&value), sizeof(T));
nano_endian_test.cc 45 nanoapp_testing::swapBytes(bytes, kByteCount);
  /frameworks/av/media/libeffects/loudness/common/core/
byte_swapper.h 106 T SwapBytes(const T &val, bool force_swap) {
123 const T *SwapBytes(const T *vals, unsigned int num_items, bool force_swap) {
  /external/mesa3d/src/mesa/state_tracker/
st_format.h 66 GLenum format, GLenum type, GLboolean swapBytes);
st_cb_readpixels.c 473 pack->SwapBytes);
505 type, pack->SwapBytes, NULL)) {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 64 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) {
86 swapBytes(buf, addrPos, addrPos + addrLen, addrLen);
115 swapBytes(buf, portOffset, portOffset + 2, 2);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 220 GLint swapbytes, lsbfirst, rowlength; local
263 glGetIntegerv(GL_UNPACK_SWAP_BYTES, &swapbytes);
366 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes);
  /external/mesa3d/src/glx/
xfont.c 229 GLint swapbytes, lsbfirst, rowlength; local
275 glGetIntegerv(GL_UNPACK_SWAP_BYTES, &swapbytes);
377 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes);
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 220 GLint swapbytes, lsbfirst, rowlength; local
262 glGetIntegerv(GL_UNPACK_SWAP_BYTES, &swapbytes);
365 glPixelStorei(GL_UNPACK_SWAP_BYTES, swapbytes);
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 38 void swapBytes() {
132 File.swapBytes();
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 210 userUnpack->SwapBytes ||
245 ctx->Unpack.SwapBytes, NULL)) {
325 && !unpack->SwapBytes) {
345 && !unpack->SwapBytes) {
478 } else if (unpack->SwapBytes) {
  /external/dng_sdk/source/
dng_stream.h 118 bool SwapBytes () const
124 /// \param swapBytes If true, stream will swap byte order on input or
127 void SetSwapBytes (bool swapBytes)
129 fSwapBytes = swapBytes;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_read.c 99 if (pack->SwapBytes || pack->LsbFirst) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_draw.c 91 if (unpack->SwapBytes || unpack->LsbFirst ||
intel_tex_subimage.c 113 packing->SwapBytes ||
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 117 if (pack->SwapBytes || pack->LsbFirst) {
  /external/llvm/lib/ProfileData/
InstrProf.cpp 547 void ValueProfRecord::swapBytes(support::endianness Old,
650 VR->swapBytes(Endianness, getHostEndianness());
663 VR->swapBytes(getHostEndianness(), Endianness);

Completed in 419 milliseconds

1 2 3