Searched defs:ids_shm_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1555 uint32_t ids_shm_id,
1560 c->Init(namespace_id, id_offset, n, ids_shm_id, ids_shm_offset);
1566 uint32_t ids_shm_id,
1571 c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1577 uint32_t ids_shm_id,
1582 c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1552 GenSharedIdsCHROMIUM(GLuint namespace_id, GLuint id_offset, GLsizei n, uint32_t ids_shm_id, uint32_t ids_shm_offset) argument
1564 DeleteSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, uint32_t ids_shm_id, uint32_t ids_shm_offset) argument
1575 RegisterSharedIdsCHROMIUM(GLuint namespace_id, GLsizei n, uint32_t ids_shm_id, uint32_t ids_shm_offset) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h7454 ids_shm_id = _ids_shm_id;
7473 uint32_t ids_shm_id; member in struct:GenSharedIdsCHROMIUM
7487 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_id) == 16,
7511 ids_shm_id = _ids_shm_id;
7528 uint32_t ids_shm_id; member in struct:DeleteSharedIdsCHROMIUM
7540 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, ids_shm_id) == 12,
7564 ids_shm_id = _ids_shm_id;
7581 uint32_t ids_shm_id; member in struct:RegisterSharedIdsCHROMIUM
7593 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, ids_shm_id) == 12,

Completed in 105 milliseconds