Searched refs:dst_bits (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp1532 uint8_t* dst_bits = NULL; local
1534 reinterpret_cast<void**>(&dst_bits), *dstFenceFd);
1540 if (head != tail && src_bits && dst_bits) {
1552 uint8_t * d = dst_bits +
1569 if (dst_bits)
/frameworks/native/opengl/libagl/
H A Degl.cpp467 uint8_t * const dst_bits = (uint8_t *)dst_vaddr; local
476 uint8_t * d = dst_bits + (r.left + dst->stride * r.top) * bpp;

Completed in 12 milliseconds