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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h1753 uint32 ids_shm_offset) {
1757 c->Init(namespace_id, id_offset, n, ids_shm_id, ids_shm_offset);
1763 uint32 ids_shm_offset) {
1767 c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1773 uint32 ids_shm_offset) {
1777 c->Init(namespace_id, n, ids_shm_id, ids_shm_offset);
1751 GenSharedIdsCHROMIUM( GLuint namespace_id, GLuint id_offset, GLsizei n, uint32 ids_shm_id, uint32 ids_shm_offset) argument
1761 DeleteSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, uint32 ids_shm_id, uint32 ids_shm_offset) argument
1771 RegisterSharedIdsCHROMIUM( GLuint namespace_id, GLsizei n, uint32 ids_shm_id, uint32 ids_shm_offset) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9318 ids_shm_offset = _ids_shm_offset;
9335 uint32 ids_shm_offset; member in struct:GenSharedIdsCHROMIUM
9350 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_offset) == 20,
9373 ids_shm_offset = _ids_shm_offset;
9388 uint32 ids_shm_offset; member in struct:DeleteSharedIdsCHROMIUM
9401 COMPILE_ASSERT(offsetof(DeleteSharedIdsCHROMIUM, ids_shm_offset) == 16,
9424 ids_shm_offset = _ids_shm_offset;
9439 uint32 ids_shm_offset; member in struct:RegisterSharedIdsCHROMIUM
9452 COMPILE_ASSERT(offsetof(RegisterSharedIdsCHROMIUM, ids_shm_offset) == 16,

Completed in 61 milliseconds