/device/google/cuttlefish_common/common/vsoc/lib/ |
gralloc_layout.cpp | 23 namespace gralloc { namespace in namespace:vsoc::layout 28 } // gralloc
|
/device/google/cuttlefish_common/host/vsoc/lib/ |
gralloc_buffer_region_view.h | 24 namespace gralloc { namespace in namespace:vsoc 26 // Allows access to the gralloc buffer region from host side. It needs to be a 37 vsoc::layout::gralloc::GrallocBufferLayout> { 46 } // namespace gralloc
|
gralloc_buffer_region_view.cpp | 23 using vsoc::gralloc::GrallocBufferRegionView; 29 << "Attempted to access a gralloc buffer outside region data, offset: "
|
/device/google/cuttlefish_common/guest/vsoc/lib/ |
gralloc_region_view.h | 25 namespace gralloc { namespace in namespace:vsoc 29 vsoc::layout::gralloc::GrallocManagerLayout> { 32 GrallocRegionView, vsoc::layout::gralloc::GrallocManagerLayout>; 34 // Allocates a gralloc buffer of (at least) the specified size. Returns a file 51 } // namespace gralloc
|
gralloc_region_view.cpp | 25 using vsoc::gralloc::GrallocRegionView; 26 using vsoc::layout::gralloc::BufferEntry; 27 using vsoc::layout::gralloc::GrallocBufferLayout; 28 using vsoc::layout::gralloc::GrallocManagerLayout;
|
/external/drm_hwcomposer/ |
platformminigbm.h | 24 #include <hardware/gralloc.h>
|
platformdrmgeneric.h | 23 #include <hardware/gralloc.h>
|
platformhisi.h | 26 #include <hardware/gralloc.h>
|
resourcemanager.h | 35 const gralloc_module_t *gralloc();
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
EGLImage.h | 24 #include <hardware/gralloc.h>
|
/device/linaro/hikey/gralloc960/ |
gralloc_priv.h | 35 #include <hardware/gralloc.h> 39 * GRALLOC_MODULE_API_VERSION_1_0, so include <gralloc1.h> or <gralloc.h> before 50 * This header file contains the private buffer definition. For gralloc 0.3 it will 51 * always be exposed, but for gralloc 1.0 it will be removed at some point in the future. 61 /* gralloc 1.0 supports the new private interface that abstracts
|
mali_gralloc_debug.h | 30 #include <hardware/gralloc.h>
|
/external/swiftshader/src/Common/ |
GrallocAndroid.hpp | 18 #include <hardware/gralloc.h>
|
/external/swiftshader/src/System/ |
GrallocAndroid.hpp | 18 #include <hardware/gralloc.h>
|
/device/generic/goldfish/gralloc/ |
Android.mk | 27 gralloc.cpp \ 33 LOCAL_MODULE := gralloc.goldfish.default 34 LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -Wno-missing-field-initializers
|
gr.h | 24 #include <hardware/gralloc.h>
|
/device/generic/goldfish-opengl/system/gralloc/ |
Android.mk | 6 $$(call emugl-begin-shared-library,gralloc.$(1)) 13 LOCAL_SRC_FILES := gralloc.cpp
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/ |
vsoc_composer.h | 20 #include <hardware/gralloc.h> 22 #include "guest/hals/gralloc/legacy/gralloc_vsoc_priv.h"
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/ |
base_composer.h | 20 #include <hardware/gralloc.h>
|
vsoc_composer.h | 20 #include <hardware/gralloc.h> 22 #include "guest/hals/gralloc/legacy/gralloc_vsoc_priv.h"
|
/frameworks/av/media/codec2/core/include/ |
android-C2Buffer.h | 21 #include <hardware/gralloc.h> 36 * Reuse gralloc flags where possible, as Codec 2.0 API only uses bits 0 and 1. 42 // gralloc does not define a video decoder read usage flag, so use encoder for 53 // gralloc does not define a write protected usage flag, so use read protected 59 * Convert from gralloc usage. 64 * Convert to gralloc usage.
|
/device/generic/goldfish/camera/ |
GrallocModule.h | 4 #include <hardware/gralloc.h> 37 ALOGE("%s: Failed to get gralloc module: %d", __FUNCTION__, ret);
|
/device/google/cuttlefish_common/common/vsoc/shm/ |
gralloc_layout.h | 22 // Memory layout for the gralloc manager region. 27 namespace gralloc { namespace in namespace:vsoc::layout 73 } // namespace gralloc
|
/device/google/cuttlefish_common/guest/hals/camera/ |
GrallocModule.h | 19 #include <hardware/gralloc.h> 49 ALOGE("%s: Failed to get gralloc module: %d", __FUNCTION__, ret);
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
Android.mk | 20 gralloc.cpp \ 32 LOCAL_MODULE := gralloc.cutf
|