/external/chromium_org/gpu/command_buffer/client/ |
share_group.cc | 27 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { 28 if (id_offset == 0) { 34 ids[ii] = id_allocator_.AllocateIDAtOrAbove(id_offset); 35 id_offset = ids[ii] + 1; 84 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { 86 ids[ii] = ++last_id_ + id_offset; 120 GLuint id_offset, 123 gl_impl->GenSharedIdsCHROMIUM(id_namespace_, id_offset, n, ids); 156 GLuint id_offset, 160 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_implementation_autogen.h | 433 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_interface_autogen.h | 250 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) = 0;
|
gles2_interface_stub_autogen.h | 278 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_interface_stub_impl_autogen.h | 516 GLuint /* namespace_id */, GLuint /* id_offset */, GLsizei /* n */,
|
gles2_trace_implementation_autogen.h | 278 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE;
|
gles2_c_lib_autogen.h | 587 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { 588 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); [all...] |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_cmd_helper_autogen.h | [all...] |
gles2_implementation.cc | 860 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { 862 << namespace_id << ", " << id_offset << ", " << n << ", " << 873 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::__anon23243
|
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/ |
cmd_buffer_functions.txt | 174 GL_APICALL void GL_APIENTRY glGenSharedIdsCHROMIUM (GLuint namespace_id, GLuint id_offset, GLsizeiNotNegative n, GLuint* ids);
|
/system/core/libutils/ |
README | 247 type_block := <n> <id_offset> entry{n}
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 4666 GLuint id_offset = static_cast<GLuint>(c.id_offset); local [all...] |
gles2_cmd_decoder_unittest.cc | [all...] |
/external/chromium_org/gpu/command_buffer/docs/ |
gles2_cmd_format_docs.txt | [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | 9332 uint32 id_offset; member in struct:GenSharedIdsCHROMIUM [all...] |
gles2_cmd_format_test_autogen.h | [all...] |