Searched refs:packed (Results 1 - 13 of 13) sorted by relevance

/system/vold/
H A DAsec.h41 } __attribute__((packed));
/system/core/libpixelflinger/
H A Dclear.cpp50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed, argument
67 memset(dst, packed, w);
73 android_memset16((uint16_t*)dst, packed, w);
81 android_memset32((uint32_t*)dst, packed, w);
130 const uint32_t packed = c->state.clear.colorPacked; local
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h);
139 const uint32_t packed = c->state.clear.depthPacked; local
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
H A Dscanline.cpp1647 c->packed = ggl_pack_color(c, c->state.buffers.color.format,
1756 c->packed = ggl_pack_color(c, f,
2252 uint32_t packed = c->packed; local
2253 memset(dst, packed, ct);
2263 uint32_t packed = c->packed; local
2264 android_memset16(dst, packed, ct*2);
2274 uint32_t packed = GGL_HOST_TO_RGBA(c->packed); local
[all...]
/system/media/audio_effects/include/audio_effects/
H A Deffect_environmentalreverb.h62 } __attribute__((packed)) t_reverb_settings;
/system/core/fastbootd/
H A Dusb_linux_client.c79 } __attribute__((packed)) fs_descs, hs_descs;
80 } __attribute__((packed)) descriptors = {
148 } __attribute__((packed)) lang0;
149 } __attribute__((packed)) strings = {
/system/core/adb/
H A Dusb_linux_client.c64 } __attribute__((packed)) fs_descs, hs_descs;
65 } __attribute__((packed)) descriptors = {
133 } __attribute__((packed)) lang0;
134 } __attribute__((packed)) strings = {
H A Dframebuffer_service.c53 } __attribute__((packed));
/system/core/gpttool/
H A Dgpttool.c67 } __attribute__((packed));
/system/core/include/private/pixelflinger/
H A Dggl_context.h533 uint32_t packed; member in struct:android::context_t
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp58 parts.packed = 0;
116 // just use a packed version of the color and extract the
128 parts.packed = (!mTextureMachine.mask && !mBlending
131 if (load || parts.packed) {
133 comment("load initial iterated color (8888 packed)");
138 comment("load initial iterated color (dest format packed)");
160 CONTEXT_LOAD(parts.iterated.reg, packed);
192 // iterated colors are packed, extract the one we need
705 // this is a packed format, and we don't support
H A DGGLAssembler.h292 uint32_t packed : 1; member in struct:android::GGLAssembler::fragment_parts_t
H A DGGLAssembler.cpp255 if (directTex | parts.packed) {
/system/security/keystore/
H A Dkeystore.cpp389 struct __attribute__((packed)) blob {

Completed in 2233 milliseconds