/external/chromium_org/gpu/command_buffer/client/ |
share_group.cc | 28 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { 29 if (id_offset == 0) { 35 ids[ii] = id_allocator_.AllocateIDAtOrAbove(id_offset); 36 id_offset = ids[ii] + 1; 85 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { 87 ids[ii] = ++last_id_ + id_offset; 121 GLuint id_offset, 124 gl_impl->GenSharedIdsCHROMIUM(id_namespace_, id_offset, n, ids); 157 GLuint id_offset, 161 id_handler_->MakeIds(gl_impl, id_offset, n, ids) [all...] |
share_group.h | 29 // Makes some ids at or above id_offset. 32 GLuint id_offset, GLsizei n, GLuint* ids) = 0;
|
gles2_c_lib_autogen.h | 593 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { 594 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); [all...] |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_implementation_autogen.h | 437 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_interface_autogen.h | 253 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) = 0;
|
gles2_interface_stub_autogen.h | 281 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_trace_implementation_autogen.h | 281 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_cmd_helper_autogen.h | [all...] |
gles2_implementation.cc | 920 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { 922 << namespace_id << ", " << id_offset << ", " << n << ", " << 933 namespace_id, id_offset, id_buffer.num_elements(), [all...] |
/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/linux-tools-perf/util/ |
evsel.h | 69 off_t id_offset; member in union:perf_evsel::__anon24170
|
header.c | 487 attr->id_offset = lseek(fd, 0, SEEK_CUR); 509 .offset = attr->id_offset,
|
/packages/inputmethods/PinyinIME/jni/include/ |
dicttrie.h | 104 inline LemmaIdType get_lemma_id(size_t id_offset);
|
/packages/inputmethods/PinyinIME/jni/share/ |
dicttrie.cpp | 95 inline LemmaIdType DictTrie::get_lemma_id(size_t id_offset) { 98 id = (id << 8) + lma_idx_buf_[id_offset * kLemmaIdSize + pos]; 99 id = (id << 8) + lma_idx_buf_[id_offset * kLemmaIdSize];
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 4765 GLuint id_offset = static_cast<GLuint>(c.id_offset); local [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | 8914 uint32 id_offset; member in struct:GenSharedIdsCHROMIUM [all...] |
gles2_cmd_format_test_autogen.h | [all...] |