Searched defs:packed (Results 1 - 4 of 4) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_context.h533 uint32_t packed; member in struct:android::context_t
/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/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h292 uint32_t packed : 1; member in struct:android::GGLAssembler::fragment_parts_t

Completed in 574 milliseconds