Searched refs:SwapBytes (Results 1 - 21 of 21) sorted by path

/external/dng_sdk/source/
H A Ddng_image_writer.cpp319 if (stream.SwapBytes ())
3749 if (stream.SwapBytes ())
3776 if (stream.SwapBytes () && ifd.fPredictor != cpFloatingPoint)
H A Ddng_read_image.cpp1280 if (stream.SwapBytes ())
1297 if (stream.SwapBytes ())
2416 if (stream.SwapBytes ())
H A Ddng_stream.cpp1181 , fOldSwap (stream.SwapBytes ())
H A Ddng_stream.h118 bool SwapBytes () const function in class:dng_stream
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c117 if (pack->SwapBytes || pack->LsbFirst) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c117 if (pack->SwapBytes || pack->LsbFirst) {
/external/mesa3d/src/mesa/main/
H A Dattrib.c1342 dst->SwapBytes = src->SwapBytes;
H A Dget.c905 { GL_PACK_SWAP_BYTES, CONTEXT_BOOL(Pack.SwapBytes), NO_EXTRA },
955 { GL_UNPACK_SWAP_BYTES, CONTEXT_BOOL(Unpack.SwapBytes), NO_EXTRA },
H A Dmtypes.h1538 GLboolean SwapBytes; member in struct:gl_pixelstore_attrib
H A Dpack.c2737 if (dstPacking->SwapBytes) {
2845 if (unpack->SwapBytes) {
2862 if (unpack->SwapBytes) {
2879 if (unpack->SwapBytes) {
2896 if (unpack->SwapBytes) {
2913 if (unpack->SwapBytes) {
2930 if (unpack->SwapBytes) {
2947 if (unpack->SwapBytes) {
2964 if (unpack->SwapBytes) {
4406 srcPacking->SwapBytes);
[all...]
H A Dpixelstore.c50 if (param == (GLint)ctx->Pack.SwapBytes)
53 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE;
149 if (param == (GLint)ctx->Unpack.SwapBytes)
151 if ((GLint)ctx->Unpack.SwapBytes == param)
154 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE;
270 ctx->Pack.SwapBytes = GL_FALSE;
283 ctx->Unpack.SwapBytes = GL_FALSE;
303 ctx->DefaultPacking.SwapBytes = GL_FALSE;
H A Dreadpix.c68 if (packing->SwapBytes)
242 !ctx->Pack.SwapBytes) {
248 !ctx->Pack.SwapBytes) {
252 ctx->Pack.SwapBytes))
619 !scaleOrBias && !stencilTransfer && !packing->SwapBytes) {
H A Dtexcompress_fxt1.c75 srcPacking->SwapBytes) {
125 srcPacking->SwapBytes) {
H A Dtexcompress_s3tc.c177 srcPacking->SwapBytes) {
230 srcPacking->SwapBytes) {
283 srcPacking->SwapBytes) {
335 srcPacking->SwapBytes) {
H A Dtexgetimage.c151 if (ctx->Pack.SwapBytes) {
201 if (!ctx->Pack.SwapBytes)
204 else if (ctx->Pack.SwapBytes) {
482 ctx->Pack.SwapBytes);
H A Dtexstore.c885 swap = byteswap_mapping(srcPacking->SwapBytes, srcType);
1027 !srcPacking->SwapBytes &&
1134 !srcPacking->SwapBytes &&
1178 srcPacking->SwapBytes)) {
1187 !srcPacking->SwapBytes &&
1247 srcPacking->SwapBytes)) {
1315 srcPacking->SwapBytes)) {
1324 !srcPacking->SwapBytes &&
1352 !srcPacking->SwapBytes &&
1378 !srcPacking->SwapBytes
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c625 ctx->Pack.SwapBytes)) {
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c208 userUnpack->SwapBytes ||
243 ctx->Unpack.SwapBytes)) {
323 && !unpack->SwapBytes) {
343 && !unpack->SwapBytes) {

Completed in 1211 milliseconds