/device/linaro/hikey/hikey/ |
device-hikey.mk | 45 # Build gralloc for hikey 46 PRODUCT_PACKAGES += gralloc.hikey
|
/device/generic/goldfish-opengl/ |
Android.mk | 7 # Also define BUILD_EMULATOR_OPENGL_DRIVER to 'true' to build the gralloc 151 include $(GOLDFISH_OPENGL_PATH)/system/gralloc/Android.mk
|
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/ |
framebuffer.cpp | 27 #include <hardware/gralloc.h>
|
gralloc.cpp | 35 #include <hardware/gralloc.h> 64 // a gralloc buffer in this format. 75 "gralloc-%d.%d", getpid(), sequence++).string(), 95 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
gralloc_vsoc_priv.h | 22 #include <hardware/gralloc.h> 110 ALOGE("invalid gralloc handle (at %p): NULL pointer", h); 115 "invalid gralloc handle (at %p): Wrong version(observed: %d, " 124 "invalid gralloc handle (at %p): Wrong number of ints(observed: %d, " 133 "invalid gralloc handle (at %p): Wrong number of file " 142 "invalid gralloc handle (at %p): Wrong magic number(observed: %d, "
|
region_registry.cpp | 39 #include <hardware/gralloc.h> 64 ALOGE("Attempted to log gralloc name hnd=NULL"); 68 ALOGE("Attempted to log gralloc name hnd=%p with fd == -1", hnd); 123 * surface_flinger can drop its last reference to a gralloc buffer (from the 124 * gralloc HAL's point of view) even though it also has work in flight to the 129 * Instead we mark the address space for recycling into a new gralloc buffer. 131 * the gralloc buffer, and the gralloc buffer memory can be released. 133 * When we're preparing to mmap a new gralloc buffer we see if we can recycle 134 * address space from a prior gralloc buffer [all...] |
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/ |
base_composer.cpp | 22 #include <hardware/gralloc.h> 26 #include "guest/hals/gralloc/legacy/gralloc_vsoc_priv.h"
|
/device/linaro/hikey/gralloc960/ |
Android.mk | 124 LOCAL_CFLAGS := -Werror -DLOG_TAG=\"gralloc\" -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION) 155 LOCAL_MODULE := gralloc.hikey960
|
mali_gralloc_bufferdescriptor.cpp | 25 #include <hardware/gralloc.h>
|
mali_gralloc_module.cpp | 31 #include <hardware/gralloc.h>
|
/external/drm_hwcomposer/ |
platformdrmgeneric.cpp | 28 #include <hardware/gralloc.h> 60 ALOGE("Failed to open gralloc module");
|
platformhisi.cpp | 29 #include <hardware/gralloc.h> 62 ALOGE("Failed to open gralloc module %d", ret); 67 ALOGW("Using non-ARM gralloc module: %s/%s\n", gralloc_->common.name,
|
/frameworks/av/media/codec2/sfplugin/ |
CCodec.h | 36 #include <hardware/gralloc.h>
|
/device/linaro/poplar/sepolicy/ |
file_contexts | 59 /(vendor|system/vendor)/lib(64)?/hw/gralloc\.poplar\.so u:object_r:same_process_hal_file:s0
|
/device/generic/goldfish/ |
vendor.mk | 23 gralloc.goldfish \ 24 gralloc.goldfish.default \ 25 gralloc.ranchu \
|
/device/linaro/poplar/ |
device.mk | 91 $(LOCAL_PATH)/proprietary/hisilicon/gralloc.poplar.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/gralloc.poplar.so \ 94 # Property required by HiSilicon gralloc
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 165 * Various gralloc implementations exist, but the dma-buf fd tends 167 * gralloc versions. 699 if (!dri2_dpy->gralloc->lock_ycbcr) { 700 _eglLog(_EGL_WARNING, "Gralloc does not support lock_ycbcr"); 705 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle, 713 _eglLog(_EGL_WARNING, "gralloc->lock_ycbcr failed: %d", ret); 716 dri2_dpy->gralloc->unlock(dri2_dpy->gralloc, buf->handle); 799 * format. As a workaround we rely here on gralloc allocating eithe [all...] |
egl_dri2.h | 63 #include <hardware/gralloc.h> 226 const gralloc_module_t *gralloc; member in struct:dri2_egl_display
|
/device/generic/uml/ |
uml.mk | 48 gralloc.default \
|
/device/google/marlin/ |
system.prop | 24 debug.gralloc.enable_fb_ubwc=1
|
/device/generic/goldfish/gralloc/ |
gralloc.cpp | 33 #include <hardware/gralloc.h> 179 fd = ashmem_create_region("gralloc-buffer", size); 195 ALOGE_IF(err, "gralloc failed err=%s", strerror(-err));
|
/device/linaro/hikey/gralloc/ |
gralloc_priv.h | 29 #include <hardware/gralloc.h>
|
/device/linaro/hikey/hikey960/ |
device-hikey960.mk | 48 PRODUCT_PACKAGES += gralloc.hikey960
|
/external/mesa3d/src/amd/vulkan/ |
radv_android.c | 24 #include <hardware/gralloc.h> 130 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf 131 * must exceed that of the gralloc handle, and we do not own the gralloc 252 * gralloc swapchains. 256 "unsupported VkImageUsageFlags(0x%x) for gralloc "
|
/external/mesa3d/src/intel/vulkan/ |
anv_android.c | 24 #include <hardware/gralloc.h> 125 /* Do not close the gralloc handle's dma_buf. The lifetime of the dma_buf 126 * must exceed that of the gralloc handle, and we do not own the gralloc 268 "VK_IMAGE_USAGE_STORAGE_BIT unsupported for gralloc " 282 * gralloc swapchains. 286 "unsupported VkImageUsageFlags(0x%x) for gralloc "
|