HomeSort by relevance Sort by last modified time
    Searched refs:fb_handle (Results 1 - 10 of 10) sorted by null

  /external/libxcam/xcore/
drm_display.cpp 369 uint32_t fb_handle = 0; local
404 video_info.strides, video_info.offsets, &fb_handle, 0);
406 fb.fb_handle = fb_handle;
420 uint32_t fb_handle = fb.fb_handle; local
424 ret = (XCamReturn) drmModeSetCrtc(_fd, _crtc_id, fb_handle, 0,
437 uint32_t fb_handle = fb.fb_handle; local
441 fb_handle, 0
463 uint32_t fb_handle = fb.fb_handle; local
    [all...]
drm_display.h 61 uint32_t fb_handle; member in struct:XCam::DrmDisplay::FB
64 FB () : fb_handle (0), index (0) {}
  /external/drm_gralloc/
gralloc_drm_priv.h 82 int fb_handle; /* the GEM handle of the bo */ member in struct:gralloc_drm_bo_t
gralloc_drm_rockchip.c 119 buf->base.fb_handle = gem_handle;
gralloc_drm_intel.c 212 handles[0] = ib->base.fb_handle;
391 ib->base.fb_handle = ib->ibo->handle;
gralloc_drm_nouveau.c 227 nb->base.fb_handle = nb->bo->handle;
gralloc_drm_pipe.c 171 buf->base.fb_handle = tmp.handle;
gralloc_drm_radeon.c 288 rbuf->base.fb_handle = rbuf->rbo->handle;
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 181 const vsoc_buffer_handle_t* fb_handle = local
185 fb_handle->offset);
  /external/vulkan-validation-layers/layers/
core_validation.cpp 7071 auto const fb_handle = HandleToUint64(fb_state->framebuffer); local
    [all...]

Completed in 148 milliseconds