OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swapbytes
(Results
26 - 50
of
57
) sorted by null
1
2
3
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c
151
if (ctx->Pack.
SwapBytes
) {
201
if (!ctx->Pack.
SwapBytes
)
204
else if (ctx->Pack.
SwapBytes
) {
482
ctx->Pack.
SwapBytes
);
formats.h
351
GLboolean
swapBytes
);
attrib.c
[
all
...]
texcompress_fxt1.c
75
srcPacking->
SwapBytes
) {
125
srcPacking->
SwapBytes
) {
[
all
...]
get.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c
208
userUnpack->
SwapBytes
||
243
ctx->Unpack.
SwapBytes
)) {
323
&& !unpack->
SwapBytes
) {
343
&& !unpack->
SwapBytes
) {
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c
105
if (pack->Alignment != 1 || pack->
SwapBytes
|| pack->LsbFirst) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c
117
if (pack->
SwapBytes
|| pack->LsbFirst) {
/external/mesa3d/src/mesa/main/
texgetimage.c
151
if (ctx->Pack.
SwapBytes
) {
201
if (!ctx->Pack.
SwapBytes
)
204
else if (ctx->Pack.
SwapBytes
) {
482
ctx->Pack.
SwapBytes
);
formats.h
351
GLboolean
swapBytes
);
attrib.c
[
all
...]
texcompress_fxt1.c
75
srcPacking->
SwapBytes
) {
125
srcPacking->
SwapBytes
) {
[
all
...]
get.c
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_drawpix.c
208
userUnpack->
SwapBytes
||
243
ctx->Unpack.
SwapBytes
)) {
323
&& !unpack->
SwapBytes
) {
343
&& !unpack->
SwapBytes
) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
114
GLboolean
swapbytes
; /* Host byte order != display byte order? */
member in struct:xmesa_context
xm_dd.c
132
if (xmesa->
swapbytes
) {
189
if (xmesa->
swapbytes
) {
xm_api.c
938
c->
swapbytes
= CHECK_BYTE_ORDER(v) ? GL_FALSE : GL_TRUE;
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
114
GLboolean
swapbytes
; /* Host byte order != display byte order? */
member in struct:xmesa_context
xm_dd.c
132
if (xmesa->
swapbytes
) {
189
if (xmesa->
swapbytes
) {
xm_api.c
938
c->
swapbytes
= CHECK_BYTE_ORDER(v) ? GL_FALSE : GL_TRUE;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_recv.py
505
#
swapBytes
and lsbFirst are single byte fields, so
509
print ' CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->
swapBytes
) );'
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py
505
#
swapBytes
and lsbFirst are single byte fields, so
509
print ' CALL_PixelStorei( GET_DISPATCH(), (GL_UNPACK_SWAP_BYTES, hdr->
swapBytes
) );'
/external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp
138
PRBool
swapBytes
)
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c
625
ctx->Pack.
SwapBytes
)) {
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c
625
ctx->Pack.
SwapBytes
)) {
[
all
...]
Completed in 620 milliseconds
1
2
3