OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC_USAGE_SW_WRITE_MASK
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/include/ui/
GraphicBufferAllocator.h
52
USAGE_SW_WRITE_MASK =
GRALLOC_USAGE_SW_WRITE_MASK
,
GraphicBuffer.h
56
USAGE_SW_WRITE_MASK =
GRALLOC_USAGE_SW_WRITE_MASK
,
/hardware/libhardware/include/hardware/
gralloc.h
82
GRALLOC_USAGE_SW_WRITE_MASK
= 0x000000F0,
/hardware/qcom/display/msm8x26/libgralloc/
mapper.cpp
210
if (usage & (GRALLOC_USAGE_SW_READ_MASK |
GRALLOC_USAGE_SW_WRITE_MASK
)) {
224
if ((usage &
GRALLOC_USAGE_SW_WRITE_MASK
) &&
/hardware/qcom/display/msm8960/libgralloc/
mapper.cpp
210
if (usage & (GRALLOC_USAGE_SW_READ_MASK |
GRALLOC_USAGE_SW_WRITE_MASK
)) {
224
if ((usage &
GRALLOC_USAGE_SW_WRITE_MASK
) &&
/hardware/qcom/display/msm8974/libgralloc/
mapper.cpp
210
if (usage & (GRALLOC_USAGE_SW_READ_MASK |
GRALLOC_USAGE_SW_WRITE_MASK
)) {
225
if (usage &
GRALLOC_USAGE_SW_WRITE_MASK
) {
alloc_controller.cpp
80
if(((usage &
GRALLOC_USAGE_SW_WRITE_MASK
) == GRALLOC_USAGE_SW_WRITE_RARELY)
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
145
bool sw_write = (0 != (usage &
GRALLOC_USAGE_SW_WRITE_MASK
));
625
bool sw_write = (0 != (usage &
GRALLOC_USAGE_SW_WRITE_MASK
));
632
bool sw_write_allowed = (0 != (cb->usage &
GRALLOC_USAGE_SW_WRITE_MASK
));
/frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp
76
if (sinkUsage & (GRALLOC_USAGE_SW_READ_MASK |
GRALLOC_USAGE_SW_WRITE_MASK
)) {
/hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp
143
GRALLOC_USAGE_SW_WRITE_MASK
));
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
Completed in 688 milliseconds