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

  /hardware/intel/img/psb_video/src/
object_heap.h 45 int id_offset; member in struct:object_heap_s
57 int object_heap_init(object_heap_p heap, int object_size, int id_offset);
object_heap.c 66 obj->id = i + heap->id_offset;
89 int object_heap_init(object_heap_p heap, int object_size, int id_offset)
92 heap->id_offset = id_offset & OBJECT_HEAP_OFFSET_MASK;
127 if ((id < heap->id_offset) || (id > (heap->heap_size + heap->id_offset))) {
  /system/core/toolbox/
notify.c 25 int id_offset = 0; local
75 id_offset = -res;
76 if(res + id_offset != i) {
98 printf("%s: %08x %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->cookie, event->len ? event->name : "");
100 printf("%s: %08x \"%s\"\n", file_names[event->wd + id_offset], event->mask, event->len ? event->name : "");
108 strcpy(filename, file_names[event->wd + id_offset]);
  /external/chromium_org/gpu/command_buffer/client/
share_group.cc 34 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE {
36 if (id_offset == 0) {
42 ids[ii] = id_allocator_.AllocateIDAtOrAbove(id_offset);
43 id_offset = ids[ii] + 1;
90 GLuint /* id_offset */,
201 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE {
204 ids[ii] = ++last_id_ + id_offset;
share_group.h 47 // Makes some ids at or above id_offset.
50 GLuint id_offset, GLsizei n, GLuint* ids) = 0;
gles2_c_lib_autogen.h 716 GLuint id_offset,
719 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids);
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 557 GLuint id_offset,
gles2_interface_autogen.h 372 GLuint id_offset,
gles2_interface_stub_autogen.h 403 GLuint id_offset,
gles2_trace_implementation_autogen.h 403 GLuint id_offset,
gles2_cmd_helper_autogen.h     [all...]
gles2_implementation.cc 958 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) {
960 << namespace_id << ", " << id_offset << ", " << n << ", " <<
971 namespace_id, id_offset, id_buffer.num_elements(),
    [all...]
  /art/runtime/arch/
arch_test.cc 390 ThreadOffset<POINTER_SIZE> id_offset = Thread::ThinLockIdOffset<POINTER_SIZE>(); local
391 EXPECT_EQ(id_offset.Int32Value(), THREAD_ID_OFFSET);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.h 74 off_t id_offset; member in union:perf_evsel::__anon8886
header.c     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 5055 GLuint id_offset = static_cast<GLuint>(c.id_offset); local
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 7471 uint32_t id_offset; member in struct:GenSharedIdsCHROMIUM
    [all...]
gles2_cmd_format_test_autogen.h     [all...]

Completed in 266 milliseconds