Searched defs:buffers (Results 1 - 2 of 2) sorted by relevance

/system/extras/micro_bench/
H A Dmicro_bench.cpp154 // contains many "size" buffers. This function will figure out the increment
165 uint8_t *buffers = reinterpret_cast<uint8_t*>(malloc(num_buffers * incr + 3 * alignment)); local
166 if (!buffers) {
169 return getAlignedMemory(buffers, alignment, or_mask);
272 // This version of the macro creates two buffers of the given sizes and
274 // buffers and should be used by the BENCH code.
327 // this by creating two large buffers each of which is designed to be
329 // "buf2" will be the two buffers that BENCH code should use. In order
332 // both buffers. Specifically, as "buf1" and "buf2" values are iterated in
/system/core/include/private/pixelflinger/
H A Dggl_context.h508 framebuffer_t buffers; member in struct:android::state_t

Completed in 337 milliseconds