Home
last modified time | relevance | path

Searched refs:gbm_bo_get_stride_for_plane (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gbm/
Dgbm-symbols.txt17 gbm_bo_get_stride_for_plane
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp50 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/
Dgbm.c178 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
Dgbm.h368 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
/third_party/weston/libweston/backend-drm/
Dfb.c425 fb->strides[i] = gbm_bo_get_stride_for_plane(bo, i); in drm_fb_get_from_bo()
/third_party/weston/clients/
Dsimple-dmabuf-egl.c391 buffer->strides[i] = gbm_bo_get_stride_for_plane(buffer->bo, i); in create_dmabuf_buffer()
Dsimple-dmabuf-egl-hos.c392 buffer->strides[i] = gbm_bo_get_stride_for_plane(buffer->bo, i); in create_dmabuf_buffer()