OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC_USAGE_HW_FB
(Results
1 - 11
of
11
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h
82
return (0 != (usage &
GRALLOC_USAGE_HW_FB
));
/hardware/libhardware/include/hardware/
gralloc.h
93
GRALLOC_USAGE_HW_FB
= 0x00001000,
/hardware/libhardware/modules/gralloc/
gralloc.cpp
127
int newUsage = (usage & ~
GRALLOC_USAGE_HW_FB
) | GRALLOC_USAGE_HW_2D;
231
if (usage &
GRALLOC_USAGE_HW_FB
) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp
63
mConsumer->setConsumerUsageBits(
GRALLOC_USAGE_HW_FB
|
/frameworks/native/libs/ui/
FramebufferNativeWindow.cpp
120
fbDev->width, fbDev->height, fbDev->format,
GRALLOC_USAGE_HW_FB
);
127
GRALLOC_USAGE_HW_FB
, &buffers[i]->handle, &buffers[i]->stride);
/hardware/qcom/display/msm8960/libgralloc/
gpu.cpp
201
int newUsage = (usage & ~
GRALLOC_USAGE_HW_FB
) | GRALLOC_USAGE_HW_2D;
284
if((usage &
GRALLOC_USAGE_HW_FB
) &&
/hardware/qcom/display/msm8974/libgralloc/
gpu.cpp
207
int newUsage = (usage & ~
GRALLOC_USAGE_HW_FB
) | GRALLOC_USAGE_HW_2D;
299
if((usage &
GRALLOC_USAGE_HW_FB
) &&
/hardware/qcom/display/msm8x26/libgralloc/
gpu.cpp
201
int newUsage = (usage & ~
GRALLOC_USAGE_HW_FB
) | GRALLOC_USAGE_HW_2D;
284
if((usage &
GRALLOC_USAGE_HW_FB
) &&
/hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp
145
if (usage &
GRALLOC_USAGE_HW_FB
) {
/device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp
260
if (usage &
GRALLOC_USAGE_HW_FB
) {
325
GRALLOC_USAGE_HW_FB
) ) {
/hardware/libhardware/tests/hwc/
cnativewindow.c
503
usage =
GRALLOC_USAGE_HW_FB
|
Completed in 231 milliseconds