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

  /external/qemu/hw/android/goldfish/
fb.c 276 compute_fb_update_rect_linear(FbUpdateState* fbs,
281 int width = fbs->width;
282 const uint8_t* src_line = fbs->src_pixels;
283 uint8_t* dst_line = fbs->dst_pixels;
287 for (yy = 0; yy < fbs->height; yy++) {
295 int len = fbs->src_pitch;
316 switch (fbs->bytes_per_pixel) {
437 src_line += fbs->src_pitch;
438 dst_line += fbs->dst_pitch;
446 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch
489 FbUpdateState fbs; local
    [all...]
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 50 int fbs; variable
289 if (fbs) {
291 fb = drmModeGetFB(fd, res->fbs[i]);
294 printf("Could not get fb %i\n", res->fbs[i]);
309 fbs = 0;
322 fbs = 1;
344 fbs = 1;
356 fbs = 1;
  /external/qemu/android/camera/
camera-service.c 1001 ClientFrameBuffer fbs[2]; local
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 160 uint32_t *fbs; member in struct:_drmModeRes
xf86drmMode.c 177 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t));
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 245 fb = drmModeGetFB(fd, resources->fbs[i]);
249 resources->fbs[i], strerror(errno));
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 427 sp<FramebufferSurface> fbs = new FramebufferSurface(*mHwc, i, local
432 fbs, producer,
    [all...]

Completed in 84 milliseconds