Searched refs:nextId (Results 1 – 6 of 6) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglSync.h | 26 static uint64_t nextId; member 28 EglSync(EGLSyncKHR sync_) : sync(sync_), id(nextId++) { in EglSync()
|
D | EglImage.h | 29 static uint32_t nextId; member 32 : pfnEglDestroyImageKHR(pfnEglDestroyImageKHR_), image(image_), dpy(dpy_), id(nextId++) { in EglImage()
|
D | EglContext.h | 33 static uint32_t nextId; member 36 : create_ctx(ctx_), context(context_), api(api_), id(nextId++) { in EglContext()
|
D | EglSurface.h | 28 static uint32_t nextId; member 31 : create_ctx(ctx_), config(config_), height(height_), width(width_), id(nextId++) { in EglSurface()
|
D | AVDVirglRenderer.cpp | 106 uint32_t EglContext::nextId = 1U; member in EglContext 107 uint32_t EglSurface::nextId = 1U; member in EglSurface 108 uint32_t EglImage::nextId = 1U; member in EglImage 109 uint64_t EglSync::nextId = 1U; member in EglSync 457 EglContext::nextId = 1U; in virgl_renderer_init()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 165 for (size_t nextId = socket_id + 1; nextId < slotNum; nextId++) { in setSimSlotsMapping() local 166 if (slotMap[socket_id] == slotMap[nextId]) { in setSimSlotsMapping() 168 socket_id, nextId); in setSimSlotsMapping()
|