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

  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 130 size_type command_size; local
131 memcpy(&command_size, &(buffer_[buffer_position_]), sizeof(command_size));
132 buffer_position_ += sizeof(command_size);
133 available_count_ -= sizeof(command_size);
135 if (command_size == 0) {
142 if (command_size > available_count_) {
143 if (command_size > buffer_.size())
144 buffer_.resize((command_size / 1024 + 1) * 1024, 0);
145 if (!FillBuffer() || command_size > available_count_)
    [all...]
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 65 uint32_t command_size; member in struct:drm_qxl_command
vmwgfx_drm.h 119 uint32_t command_size; member in struct:drm_vmw_execbuf_arg
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 83 uint32_t command_size; member in struct:drm_qxl_command
vmwgfx_drm.h 293 uint32_t command_size; member in struct:drm_vmw_execbuf_arg
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 280 uint32_t command_size; member in struct:drm_vmw_execbuf_arg
vmw_screen_ioctl.c 221 arg.command_size = size;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 280 uint32_t command_size; member in struct:drm_vmw_execbuf_arg
vmw_screen_ioctl.c 221 arg.command_size = size;
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 558 size_t command_size; local
577 command_size = arrays->array_info_cache_size + header_size
585 if (command_size > gc->maxSmallRenderCommandSize) {
615 command_size += 4;
618 *(uint32_t *) (pc + 0) = command_size;
630 if ((gc->pc + command_size) >= gc->bufEnd) {
635 *(uint16_t *) (pc + 0) = command_size;
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 558 size_t command_size; local
577 command_size = arrays->array_info_cache_size + header_size
585 if (command_size > gc->maxSmallRenderCommandSize) {
615 command_size += 4;
618 *(uint32_t *) (pc + 0) = command_size;
630 if ((gc->pc + command_size) >= gc->bufEnd) {
635 *(uint16_t *) (pc + 0) = command_size;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 1550 static int command_size(const char **argv) function
    [all...]

Completed in 430 milliseconds