Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cros_gralloc/i915_private_android_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ enum { HAL_PIXEL_FORMAT_NV12_Y_TILED_INTEL = 0x100,
HAL_PIXEL_FORMAT_YUV420PackedSemiPlanar_Tiled_INTEL = 0x7FA00F00,
};

enum { GRALLOC1_FUNCTION_SET_MODIFIER = 101,
GRALLOC1_FUNCTION_GET_BYTE_STRIDE = 102,
GRALLOC1_FUNCTION_GET_PRIME = 103,
enum { GRALLOC1_FUNCTION_SET_MODIFIER = 26,
GRALLOC1_FUNCTION_GET_BYTE_STRIDE = 27,
GRALLOC1_FUNCTION_GET_PRIME = 28,

GRALLOC1_LAST_CUSTOM = 500 };
GRALLOC1_LAST_CUSTOM = 28 };

typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_MODIFIER)(
gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, uint64_t modifier);
Expand Down