Searched refs:gbm_bo_get_stride_for_plane (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gbm/ |
D | gbm-symbols.txt | 17 gbm_bo_get_stride_for_plane
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | VulkanImageWrappingTestsDmaBuf.cpp | 50 defaultStride = gbm_bo_get_stride_for_plane(defaultGbmBo, 0); in SetUp() 704 uint32_t strideA = gbm_bo_get_stride_for_plane(gbmBoA, 0); in TEST_P() 709 uint32_t strideB = gbm_bo_get_stride_for_plane(gbmBoB, 0); in TEST_P() 714 uint32_t strideC = gbm_bo_get_stride_for_plane(gbmBoC, 0); in TEST_P() 803 uint32_t stride = gbm_bo_get_stride_for_plane(gbmBo, 0); in TEST_P()
|
/third_party/mesa3d/src/gbm/main/ |
D | gbm.c | 178 return gbm_bo_get_stride_for_plane(bo, 0); in gbm_bo_get_stride() 189 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane) in gbm_bo_get_stride_for_plane() function
|
D | gbm.h | 368 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
|
/third_party/weston/libweston/backend-drm/ |
D | fb.c | 425 fb->strides[i] = gbm_bo_get_stride_for_plane(bo, i); in drm_fb_get_from_bo()
|
/third_party/weston/clients/ |
D | simple-dmabuf-egl.c | 391 buffer->strides[i] = gbm_bo_get_stride_for_plane(buffer->bo, i); in create_dmabuf_buffer()
|
D | simple-dmabuf-egl-hos.c | 392 buffer->strides[i] = gbm_bo_get_stride_for_plane(buffer->bo, i); in create_dmabuf_buffer()
|