Searched refs:ctx_surface (Results 1 – 1 of 1) sorted by relevance
2585 struct surface_context *ctx_surface = NULL; in ilm_getPropertiesOfSurface() local2598 ctx_surface = get_surface_context(&ctx->wl, (uint32_t)surfaceID); in ilm_getPropertiesOfSurface()2600 if ((ret != -1) && (ctx_surface != NULL)) in ilm_getPropertiesOfSurface()2602 *pSurfaceProperties = ctx_surface->prop; in ilm_getPropertiesOfSurface()