OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sw_read
(Results
1 - 1
of
1
) sorted by null
/development/tools/emulator/opengl/system/gralloc/
gralloc.cpp
152
bool
sw_read
= (0 != (usage & GRALLOC_USAGE_SW_READ_MASK));
local
224
if (! ((
sw_read
|| hw_cam_read) && (sw_write || hw_cam_write) ) ) {
234
if (! (
sw_read
&& hw_cam_write) ) {
264
if (
sw_read
|| sw_write || hw_cam_write || hw_vid_enc_read) {
612
bool
sw_read
= (0 != (usage & GRALLOC_USAGE_SW_READ_MASK));
local
623
(!
sw_read
&& !sw_write &&
626
(
sw_read
&& !sw_read_allowed) ||
639
if (cb->canBePosted() ||
sw_read
|| sw_write ||
664
sw_read
);
668
ALOGE("gralloc_lock cacheFlush failed postCount=%d
sw_read
=%d\n"
[
all
...]
Completed in 50 milliseconds