HomeSort by relevance Sort by last modified time
    Searched full:sw_write (Results 1 - 1 of 1) sorted by null

  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 145 bool sw_write = (0 != (usage & GRALLOC_USAGE_SW_WRITE_MASK)); local
147 if (hw_write && sw_write) {
235 if (! ((sw_read || hw_cam_read) && (sw_write || hw_cam_write) ) ) {
275 if (sw_read || sw_write || hw_cam_write || hw_vid_enc_read) {
635 bool sw_write = (0 != (usage & GRALLOC_USAGE_SW_WRITE_MASK)); local
645 (!sw_read && !sw_write &&
649 (sw_write && !sw_write_allowed) ) {
661 if (cb->canBePosted() || sw_read || sw_write ||
700 if (sw_read || sw_write || hw_cam_write || hw_cam_read || hw_vid_enc_read) {
704 if (sw_write || hw_cam_write)
    [all...]

Completed in 86 milliseconds