Home
last modified time | relevance | path

Searched refs:metadata_blob (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.h186 int AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, int format,
192 uint32_t AdrenoGetAlignedGpuBufferSize(void *metadata_blob);
227 int (*LINK_adreno_init_memory_layout)(void* metadata_blob, int width, int height, int depth,
230 uint32_t (*LINK_adreno_get_aligned_gpu_buffer_size)(void* metadata_blob) = NULL;
Dgr_adreno_info.cpp308 int AdrenoMemInfo::AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, in AdrenoInitMemoryLayout() argument
312 return LINK_adreno_init_memory_layout(metadata_blob, width, height, depth, in AdrenoInitMemoryLayout()
319 uint32_t AdrenoMemInfo::AdrenoGetAlignedGpuBufferSize(void *metadata_blob) { in AdrenoGetAlignedGpuBufferSize() argument
321 return LINK_adreno_get_aligned_gpu_buffer_size(metadata_blob); in AdrenoGetAlignedGpuBufferSize()
/hardware/qcom/sm7250/display/gralloc/
Dgr_adreno_info.h192 int AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, int format,
198 uint32_t AdrenoGetAlignedGpuBufferSize(void *metadata_blob);
238 int (*LINK_adreno_init_memory_layout)(void* metadata_blob, int width, int height, int depth,
241 uint64_t (*LINK_adreno_get_aligned_gpu_buffer_size)(void* metadata_blob) = NULL;
Dgr_adreno_info.cpp308 int AdrenoMemInfo::AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, in AdrenoInitMemoryLayout() argument
312 return LINK_adreno_init_memory_layout(metadata_blob, width, height, depth, in AdrenoInitMemoryLayout()
319 uint32_t AdrenoMemInfo::AdrenoGetAlignedGpuBufferSize(void *metadata_blob) { in AdrenoGetAlignedGpuBufferSize() argument
321 uint64_t size = LINK_adreno_get_aligned_gpu_buffer_size(metadata_blob); in AdrenoGetAlignedGpuBufferSize()