Searched refs:gbm_bo_create_with_modifiers2 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gbm/main/ |
H A D | gbm.c | 522 return gbm_bo_create_with_modifiers2(gbm, width, height, format, modifiers, in gbm_bo_create_with_modifiers() 527 gbm_bo_create_with_modifiers2(struct gbm_device *gbm, in gbm_bo_create_with_modifiers2() function
|
H A D | gbm.h | 372 gbm_bo_create_with_modifiers2(struct gbm_device *gbm,
|
/aosp_15_r20/external/mesa3d/src/gbm/ |
H A D | gbm-symbols.txt | 3 gbm_bo_create_with_modifiers2
|
/aosp_15_r20/external/minigbm/ |
H A D | gbm.c | 175 return gbm_bo_create_with_modifiers2(gbm, width, height, format, modifiers, count, 0); in gbm_bo_create_with_modifiers() 178 PUBLIC struct gbm_bo *gbm_bo_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, in gbm_bo_create_with_modifiers2() function
|
H A D | gbm.h | 344 gbm_bo_create_with_modifiers2(struct gbm_device *gbm,
|
/aosp_15_r20/external/rust/android-crates-io/crates/gbm/src/ |
D | device.rs | 232 ffi::gbm_bo_create_with_modifiers2( in create_buffer_object_with_modifiers2()
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_drm.c | 241 dri2_surf->back->bo = gbm_bo_create_with_modifiers2( in get_back_bo()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 24.2.0.rst | 592 - egl: Use gbm_bo_create_with_modifiers2() when the surface has non-zero flags
|