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

  /system/core/logcat/
logpersist 86 current_buffer="`getprop ${property#persist.}.buffer`"
91 elif [ "${buffer}|${size}" != "${current_buffer}|${current_size}" ]; then
93 if [ "${buffer}" != "${current_buffer}" ]; then
94 a=${current_buffer}
115 if [ -n "${buffer}${current_buffer}" ]; then
  /bootable/recovery/minui/
graphics_drm.h 52 int current_buffer; member in class:MinuiBackendDrm
graphics_drm.cpp 63 DrmEnableCrtc(drm_fd, main_monitor_crtc, GRSurfaceDrms[current_buffer]);
369 current_buffer = 0;
378 GRSurfaceDrms[current_buffer]->fb_id, 0, nullptr);
383 current_buffer = 1 - current_buffer;
384 return GRSurfaceDrms[current_buffer];
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 59 bool current_buffer; member in struct:vl_dri_screen
138 scrn->current_buffer = !scrn->current_buffer;
165 scrn->current_buffer = false;
220 } else if (back_left->name != scrn->buffer_names[scrn->current_buffer]) {
221 vl_compositor_reset_dirty_area(&scrn->dirty_areas[scrn->current_buffer]);
222 scrn->buffer_names[scrn->current_buffer] = back_left->name;
253 return &scrn->dirty_areas[scrn->current_buffer];
vl_mpeg12_decoder.h 78 unsigned current_buffer; member in struct:vl_mpeg12_decoder
vl_mpeg12_decoder.c 457 buffer = dec->dec_buffers[dec->current_buffer];
487 dec->dec_buffers[dec->current_buffer] = buffer;
758 ++dec->current_buffer;
759 dec->current_buffer %= 4;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp 231 suppress_popups{false}, current_buffer{0}, queue_family_count{0} {
412 fences[frame_index], &current_buffer);
442 .setPCommandBuffers(&buffers[current_buffer].cmd)
461 &buffers[current_buffer].graphics_to_present_cmd)
481 .setPImageIndices(&current_buffer);
509 .setFramebuffer(framebuffers[current_buffer])
527 .setImage(buffers[current_buffer].image)
577 .setImage(buffers[current_buffer].image)
2705 uint32_t current_buffer; local
    [all...]
cube.c 416 uint32_t current_buffer; member in struct:demo
655 .framebuffer = demo->framebuffers[demo->current_buffer],
707 .image = demo->buffers[demo->current_buffer].image,
786 &demo->current_buffer);
817 submit_info.pCommandBuffers = &demo->buffers[demo->current_buffer].cmd;
832 &demo->buffers[demo->current_buffer].graphics_to_present_cmd;
850 .pImageIndices = &demo->current_buffer,
    [all...]
  /external/libpng/
pngstruct.h 327 png_bytep current_buffer_ptr; /* current location in current_buffer */
328 png_bytep current_buffer; /* buffer for recently used data */ member in struct:png_struct_def
334 png_size_t current_buffer_size; /* amount of data now in current_buffer */
pngpread.c 526 png_ptr->current_buffer = buffer;
529 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
  /external/pdfium/third_party/libpng16/
pngstruct.h 327 png_bytep current_buffer_ptr; /* current location in current_buffer */
328 png_bytep current_buffer; /* buffer for recently used data */ member in struct:png_struct_def
334 png_size_t current_buffer_size; /* amount of data now in current_buffer */
pngpread.c 523 png_ptr->current_buffer = buffer;
526 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
  /external/skia/third_party/libpng/
pngstruct.h 327 png_bytep current_buffer_ptr; /* current location in current_buffer */
328 png_bytep current_buffer; /* buffer for recently used data */ member in struct:png_struct_def
334 png_size_t current_buffer_size; /* amount of data now in current_buffer */
pngpread.c 532 png_ptr->current_buffer = buffer;
535 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
  /external/v8/src/heap/
slot-set.h 507 TypedSlot* current_buffer = buffer.Value();
511 current_buffer[current_count].Set(slot);
  /external/syslinux/com32/lib/libpng/
pngpread.c 731 png_ptr->current_buffer = buffer;
734 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 324 milliseconds